Author: shinz
Date: 2006-01-04 11:59:06 +0100 (Wed, 04 Jan 2006)
New Revision: 668
Log:
Move variable to right section, and correct description of --binlog-format option (thanks, Paul)
Modified:
trunk/refman-5.1/database-administration.xml
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-01-04 06:54:26 UTC (rev 667)
+++ trunk/refman-5.1/database-administration.xml 2006-01-04 10:59:06 UTC (rev 668)
@@ -2136,18 +2136,6 @@
<listitem>
<para>
- <option>--binlog-format={row|statement}</option>
- </para>
-
- <para>
- Determine whether to use row-based or statement-based
- replication (statement-based is default). Available as of
- MySQL 5.1.5. See <xref linkend="replication-row-based"/>.
- </para>
- </listitem>
-
- <listitem>
- <para>
<option>--default-mysqld-path=<replaceable>name</replaceable></option>
</para>
@@ -2970,9 +2958,21 @@
The IP address to bind to.
</para>
</listitem>
-
+
<listitem>
<para>
+ <option>--binlog-format={row|statement}</option>
+ </para>
+
+ <para>
+ Determine whether to use row-based or statement-based
+ replication (statement-based is default). Available as of
+ MySQL 5.1.5. See <xref linkend="replication-row-based"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--bootstrap</option>
</para>
@@ -5930,8 +5930,10 @@
<literal>binlog_format</literal>
</para>
<para>
- The value of the <option>--binlog-format</option> option
- (either <literal>row</literal> or <literal>statement</literal>).
+ The replication logging format, either
+ <literal>STATEMENT</literal> or <literal>ROW</literal>.
+ This variable is set by the
+ <option>--binlog-format</option> option.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r668 - trunk/refman-5.1 | stefan | 4 Jan |