Author: paul
Date: 2006-01-04 20:54:54 +0100 (Wed, 04 Jan 2006)
New Revision: 677
Log:
r5846@frost: paul | 2006-01-04 13:44:48 -0600
Document have_row_based_replication system variable.
Modified:
trunk/
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5845
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5846
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-01-04 19:54:36 UTC (rev 676)
+++ trunk/refman-5.1/database-administration.xml 2006-01-04 19:54:54 UTC (rev 677)
@@ -2955,19 +2955,19 @@
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>
@@ -5937,16 +5937,17 @@
<xref linkend="binary-log"/>.
</para>
</listitem>
-
+
<listitem>
<para>
<literal>binlog_format</literal>
</para>
+
<para>
- The replication logging format, either
- <literal>STATEMENT</literal> or <literal>ROW</literal>.
- This variable is set by the
- <option>--binlog-format</option> option.
+ 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>
@@ -6768,6 +6769,20 @@
<listitem>
<para>
+ <literal>have_row_based_replication</literal>
+ </para>
+
+ <para>
+ Whether the server can perform replication using row-based
+ binary logging. If the value is <literal>NO</literal>, the
+ server can use only statement-based logging. See
+ <xref linkend="replication-row-based"/>. This variable was
+ added in MySQL 5.1.5.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>have_rtree_keys</literal>
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r677 - in trunk: . refman-5.1 | paul | 4 Jan |