Author: paul
Date: 2006-02-01 21:44:54 +0100 (Wed, 01 Feb 2006)
New Revision: 1172
Log:
r2773@kite-hub: paul | 2006-02-01 14:44:40 -0600
Add some new options/system variables. More info to follow.
Modified:
trunk/
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:7026
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2769
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:7026
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2773
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-02-01 18:44:30 UTC (rev 1171)
+++ trunk/refman-4.1/database-administration.xml 2006-02-01 20:44:54 UTC (rev 1172)
@@ -565,7 +565,9 @@
<listitem>
<para>
- <option>--character-set-server=<replaceable>charset_name</replaceable></option>
+ <option>--character-set-server=<replaceable>charset_name</replaceable></option>,
+ <option>-C
+ <replaceable>charset_name</replaceable></option>
</para>
<para>
@@ -665,7 +667,9 @@
<listitem>
<para>
- <option>--default-character-set=<replaceable>charset_name</replaceable></option>
+ <option>--default-character-set=<replaceable>charset_name</replaceable></option>,
+ <option>-C
+ <replaceable>charset_name</replaceable></option>
</para>
<para>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-02-01 18:44:30 UTC (rev 1171)
+++ trunk/refman-5.0/database-administration.xml 2006-02-01 20:44:54 UTC (rev 1172)
@@ -587,7 +587,9 @@
<listitem>
<para>
- <option>--character-set-server=<replaceable>charset_name</replaceable></option>
+ <option>--character-set-server=<replaceable>charset_name</replaceable></option>,
+ <option>-C
+ <replaceable>charset_name</replaceable></option>
</para>
<para>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-02-01 18:44:30 UTC (rev 1171)
+++ trunk/refman-5.1/database-administration.xml 2006-02-01 20:44:54 UTC (rev 1172)
@@ -575,6 +575,17 @@
<listitem>
<para>
+ <option>--both-log-formats</option>
+ </para>
+
+ <para>
+ Enable both the old and new log formats. (Log files as
+ well as log tables.) This option was added in MySQL 5.1.6.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--bootstrap</option>
</para>
@@ -613,10 +624,23 @@
<listitem>
<para>
- <option>--character-set-server=<replaceable>charset_name</replaceable></option>
+ <option>--character-set-filesystem=<replaceable>charset_name</replaceable></option>
</para>
<para>
+ The filesystem character set. This option was added in
+ MySQL 5.1.6.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <option>--character-set-server=<replaceable>charset_name</replaceable></option>,
+ <option>-C
+ <replaceable>charset_name</replaceable></option>
+ </para>
+
+ <para>
Use <replaceable>charset_name</replaceable> as the default
server character set. See
<xref linkend="character-sets"/>.
@@ -1325,6 +1349,18 @@
<listitem>
<para>
+ <option>--old-log-format</option>
+ </para>
+
+ <para>
+ Enable only the old log format. This disables log tables
+ and <literal>SELECT</literal> capability for log contents.
+ This option was added in MySQL 5.1.6.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--old-passwords</option>
</para>
@@ -2722,6 +2758,18 @@
<listitem>
<para>
+ <literal>character_set_filesystem</literal>
+ </para>
+
+ <para>
+ The filesystem character set. The default value is
+ <literal>binary</literal>. This variable was added in
+ MySQL 5.1.6.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>character_set_results</literal>
</para>
@@ -3092,8 +3140,9 @@
</para>
<para>
- Whether the event scheduler is disabled or enabled. This
- variable was added in MySQL 5.1.6.
+ Whether the event scheduler is disabled or enabled. By
+ default, the scheduler is disabled. This variable was
+ added in MySQL 5.1.6.
</para>
</listitem>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-02-01 18:44:30 UTC (rev 1171)
+++ trunk/refman-common/news-5.1.xml 2006-02-01 20:44:54 UTC (rev 1172)
@@ -133,6 +133,21 @@
<listitem>
<para>
+ Added the <option>--both-log-formats</option> and
+ <option>--old-log-format</option> options for controlling
+ whether log files or log tables are used. variable.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Added the <literal>character_set_filesystem</literal> system
+ variable.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Added the <literal>event_scheduler</literal> system variable.
</para>
</listitem>
@@ -146,13 +161,20 @@
<listitem>
<para>
- Added the <literal>INFORMATION_SCHEMA PARTITIONS</literal>
- table.
+ Added the <literal>EVENTS</literal> table to
+ <literal>INFORMATION_SCHEMA</literal>.
</para>
</listitem>
<listitem>
<para>
+ Added the <literal>PARTITIONS</literal> table to
+ <literal>INFORMATION_SCHEMA</literal>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The <literal>ARCHIVE</literal> storage engine supports the
<literal>AUTO_INCREMENT</literal> column attribute and the
<literal>AUTO_INCREMENT</literal> table option.
@@ -399,10 +421,7 @@
<listitem>
<para>
<literal>ALTER TABLE ... ADD PARTITION</literal> could crash
- the server or cause an
-
- <errortext>Out of memory</errortext>
-
+ the server or cause an <errortext>Out of memory</errortext>
error in some circumstances. (Bug #13447)
</para>
</listitem>
@@ -684,14 +703,10 @@
<literal>LIST</literal> a value less than any specified in one
of the table's partition definitions resulted in a server
crash. In such cases, <command>mysqld</command> now returns
-
<errortext>ERROR 1500 (HY000): Table has no partition for
- value <replaceable>v</replaceable>
-
- </errortext>
-
- , where <replaceable>v</replaceable> is the out-of-range
- value. (Bug #15819)
+ value <replaceable>v</replaceable> </errortext> , where
+ <replaceable>v</replaceable> is the out-of-range value. (Bug
+ #15819)
</para>
</listitem>
@@ -837,11 +852,8 @@
<para>
Previously, attempting to do so would produce the error
-
<errortext>All partitions must have unique names in the
- table</errortext>
-
- . (Bug #15521)
+ table</errortext> . (Bug #15521)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1172 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-common | paul | 1 Feb |