Author: shinz
Date: 2006-01-30 17:34:11 +0100 (Mon, 30 Jan 2006)
New Revision: 1129
Log:
RBR replicates correctly where SBR would fail (Mats)
Modified:
trunk/refman-5.1/replication.xml
Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml 2006-01-30 15:37:26 UTC (rev 1128)
+++ trunk/refman-5.1/replication.xml 2006-01-30 16:34:11 UTC (rev 1129)
@@ -3382,6 +3382,14 @@
separately according to the rules. Some updates may be
executed and some not, depending on the rules and the
changes to be made.
+ Row-based replication handles correctly cases that would
+ not replicate correctly with statement-based replication,
+ as in this example which assumes that tables in the
+ <literal>foo</literal> database should be replicated:
+<programlisting>
+mysql> <userinput>USE bar;</userinput>
+mysql> <userinput>INSERT INTO foo.sometable VALUES (1);</userinput>
+</programlisting>
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1129 - trunk/refman-5.1 | stefan | 30 Jan |