Author: shinz
Date: 2006-01-29 14:40:12 +0100 (Sun, 29 Jan 2006)
New Revision: 1100
Log:
We shouldn't name reasons why you'd want to set RBR on a per-connection basis when you can't do that yet (Dean)
Modified:
trunk/refman-5.1/replication.xml
Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml 2006-01-29 05:01:19 UTC (rev 1099)
+++ trunk/refman-5.1/replication.xml 2006-01-29 13:40:12 UTC (rev 1100)
@@ -326,13 +326,14 @@
</programlisting>
-->
- <para>
<!-- Remove comment when WL#2712 is implemented
The dynamic server system variable even allows you to set
replication logging on a per-connection basis. To enable
statement-based logging for a thread, rather than server-wide, you
would issue:
+ <para>
+
<programlisting>
mysql> <userinput>SET LOCAL BINLOG_FORMAT = 'STMT';</userinput>
</programlisting>
@@ -342,7 +343,6 @@
<programlisting>
mysql> <userinput>SET LOCAL BINLOG_FORMAT = 1;</userinput>
</programlisting>
--->
Here are two reasons why you would want to set replication logging
on a per-connection basis:
@@ -368,7 +368,8 @@
</listitem>
</itemizedlist>
-
+-->
+
<para>
Row-based replication causes <emphasis>most</emphasis> changes to
be written to the binary log using the row-based format. Some
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1100 - trunk/refman-5.1 | stefan | 29 Jan |