Author: jstephens
Date: 2010-02-04 15:13:24 +0100 (Thu, 04 Feb 2010)
New Revision: 18953
Log:
Fixed reference to former CONCURRENT issue with SBR
(Thanks, Libing!)
Modified:
trunk/refman-5.1/sql-syntax-data-manipulation.xml
trunk/refman-5.5/sql-syntax-data-manipulation.xml
trunk/refman-6.0/sql-syntax-data-manipulation.xml
Modified: trunk/refman-5.1/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-data-manipulation.xml 2010-02-04 13:48:23 UTC (rev 18952)
+++ trunk/refman-5.1/sql-syntax-data-manipulation.xml 2010-02-04 14:13:24 UTC (rev 18953)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 859 bytes
@@ -2332,9 +2332,10 @@
</para>
<para>
- <literal>CONCURRENT</literal> is not replicated when using
- statement-based replication; however, it is replicated when using
- row-based replication. See
+ Prior to MySQL 5.1.43, <literal>CONCURRENT</literal> was not
+ replicated when using statement-based replication (see Bug#34628).
+ However, it is replicated when using row-based replication,
+ regardless of the version. See
<xref linkend="replication-features-load-data"/>, for more
information.
</para>
Modified: trunk/refman-5.5/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-5.5/sql-syntax-data-manipulation.xml 2010-02-04 13:48:23 UTC (rev 18952)
+++ trunk/refman-5.5/sql-syntax-data-manipulation.xml 2010-02-04 14:13:24 UTC (rev 18953)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 858 bytes
@@ -2317,9 +2317,10 @@
</para>
<para>
- <literal>CONCURRENT</literal> is not replicated when using
- statement-based replication; however, it is replicated when using
- row-based replication. See
+ Prior to MySQL 5.5.1, <literal>CONCURRENT</literal> was not
+ replicated when using statement-based replication (see Bug#34628).
+ However, it is replicated when using row-based replication,
+ regardless of the version. See
<xref linkend="replication-features-load-data"/>, for more
information.
</para>
Modified: trunk/refman-6.0/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-data-manipulation.xml 2010-02-04 13:48:23 UTC (rev 18952)
+++ trunk/refman-6.0/sql-syntax-data-manipulation.xml 2010-02-04 14:13:24 UTC (rev 18953)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 859 bytes
@@ -2346,9 +2346,10 @@
</para>
<para>
- <literal>CONCURRENT</literal> is not replicated when using
- statement-based replication; however, it is replicated when using
- row-based replication. See
+ Prior to MySQL 6.0.14, <literal>CONCURRENT</literal> was not
+ replicated when using statement-based replication (see Bug#34628).
+ However, it is replicated when using row-based replication,
+ regardless of the version. See
<xref linkend="replication-features-load-data"/>, for more
information.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r18953 - in trunk: refman-5.1 refman-5.5 refman-6.0 | jon.stephens | 4 Feb |