Author: paul
Date: 2006-01-30 15:09:25 +0100 (Mon, 30 Jan 2006)
New Revision: 1122
Log:
r6902@frost: paul | 2006-01-30 08:08:45 -0600
Remove remarks about RBR from pre-5.1 manuals.
Modified:
trunk/
trunk/refman-4.1/replication.xml
trunk/refman-5.0/replication.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6890
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2588
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6902
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2588
Modified: trunk/refman-4.1/replication.xml
===================================================================
--- trunk/refman-4.1/replication.xml 2006-01-30 13:48:06 UTC (rev 1121)
+++ trunk/refman-4.1/replication.xml 2006-01-30 14:09:25 UTC (rev 1122)
@@ -1693,9 +1693,7 @@
<listitem>
<para>
- <emphasis>The following restriction applies to statement-based
- replication only, not to row-based replication.</emphasis> The
- <literal>GET_LOCK()</literal>,
+ The <literal>GET_LOCK()</literal>,
<literal>RELEASE_LOCK()</literal>,
<literal>IS_FREE_LOCK()</literal>, and
<literal>IS_USED_LOCK()</literal> functions that handle
@@ -1900,9 +1898,7 @@
<listitem>
<para>
- <emphasis>The following restriction applies to statement-based
- replication only, not to row-based replication</emphasis>: It
- is possible for the data on the master and slave to become
+ It is possible for the data on the master and slave to become
different if a query is designed in such a way that the data
modification is non-deterministic; that is, left to the will
of the query optimizer. (This is in general not a good
Modified: trunk/refman-5.0/replication.xml
===================================================================
--- trunk/refman-5.0/replication.xml 2006-01-30 13:48:06 UTC (rev 1121)
+++ trunk/refman-5.0/replication.xml 2006-01-30 14:09:25 UTC (rev 1122)
@@ -1629,9 +1629,7 @@
<listitem>
<para>
- <emphasis>The following restriction applies to statement-based
- replication only, not to row-based replication.</emphasis> The
- <literal>GET_LOCK()</literal>,
+ The <literal>GET_LOCK()</literal>,
<literal>RELEASE_LOCK()</literal>,
<literal>IS_FREE_LOCK()</literal>, and
<literal>IS_USED_LOCK()</literal> functions that handle
@@ -1856,9 +1854,7 @@
<listitem>
<para>
- <emphasis>The following restriction applies to statement-based
- replication only, not to row-based replication</emphasis>: It
- is possible for the data on the master and slave to become
+ It is possible for the data on the master and slave to become
different if a query is designed in such a way that the data
modification is non-deterministic; that is, left to the will
of the query optimizer. (This is in general not a good
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1122 - in trunk: . refman-4.1 refman-5.0 | paul | 30 Jan |