Author: js221926
Date: 2011-06-17 12:13:18 +0200 (Fri, 17 Jun 2011)
New Revision: 26546
Log:
Takes care of the docs portion of BUG#12532634
Modified:
trunk/refman-5.0/dba-mysqld-server-core.xml
trunk/refman-5.1/dba-mysqld-server-core.xml
trunk/refman-5.5/dba-mysqld-server-core.xml
trunk/refman-5.6/dba-mysqld-server-core.xml
trunk/refman-6.0/dba-mysqld-server-core.xml
Modified: trunk/refman-5.0/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.0/dba-mysqld-server-core.xml 2011-06-17 09:09:16 UTC (rev 26545)
+++ trunk/refman-5.0/dba-mysqld-server-core.xml 2011-06-17 10:13:18 UTC (rev 26546)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 698 bytes
@@ -14008,6 +14008,12 @@
then stops. If the SQL thread was in the middle of a
transaction at this point, the transaction is rolled back.
</para>
+
+ <para>
+ If the slave is updating a non-transactional table when it is
+ forcibly killed, the slave's data may become inconsistent
+ with the master.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.1/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.1/dba-mysqld-server-core.xml 2011-06-17 09:09:16 UTC (rev 26545)
+++ trunk/refman-5.1/dba-mysqld-server-core.xml 2011-06-17 10:13:18 UTC (rev 26546)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 698 bytes
@@ -15512,6 +15512,12 @@
then stops. If the SQL thread was in the middle of a
transaction at this point, the transaction is rolled back.
</para>
+
+ <para>
+ If the slave is updating a non-transactional table when it is
+ forcibly killed, the slave's data may become inconsistent
+ with the master.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.5/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.5/dba-mysqld-server-core.xml 2011-06-17 09:09:16 UTC (rev 26545)
+++ trunk/refman-5.5/dba-mysqld-server-core.xml 2011-06-17 10:13:18 UTC (rev 26546)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 698 bytes
@@ -16107,6 +16107,12 @@
then stops. If the SQL thread was in the middle of a
transaction at this point, the transaction is rolled back.
</para>
+
+ <para>
+ If the slave is updating a non-transactional table when it is
+ forcibly killed, the slave's data may become inconsistent
+ with the master.
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-5.6/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.6/dba-mysqld-server-core.xml 2011-06-17 09:09:16 UTC (rev 26545)
+++ trunk/refman-5.6/dba-mysqld-server-core.xml 2011-06-17 10:13:18 UTC (rev 26546)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 825 bytes
@@ -15722,7 +15722,14 @@
current statement (to avoid causing replication problems), and
then stops. If the SQL thread was in the middle of a
transaction at this point, the transaction is rolled back.
+ Since non-transactional statements cannot be rolled back, in
+ order to guarantee crash-safe replication, only transactional
+ tables should be used.
</para>
+
+ <para>
+ See also <xref linkend="slave-logs"/>).
+ </para>
</listitem>
<listitem>
Modified: trunk/refman-6.0/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-6.0/dba-mysqld-server-core.xml 2011-06-17 09:09:16 UTC (rev 26545)
+++ trunk/refman-6.0/dba-mysqld-server-core.xml 2011-06-17 10:13:18 UTC (rev 26546)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 698 bytes
@@ -16713,6 +16713,12 @@
then stops. If the SQL thread was in the middle of a
transaction at this point, the transaction is rolled back.
</para>
+
+ <para>
+ If the slave is updating a non-transactional table when it is
+ forcibly killed, the slave's data may become inconsistent
+ with the master.
+ </para>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26546 - in trunk: refman-5.0 refman-5.1 refman-5.5 refman-5.6 refman-6.0 | jon.stephens | 19 Jun |