List:Commits« Previous MessageNext Message »
From:paul Date:July 17 2007 6:52pm
Subject:svn commit - mysqldoc@docsrva: r7127 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2
View as plain text  
Author: paul
Date: 2007-07-17 20:52:15 +0200 (Tue, 17 Jul 2007)
New Revision: 7127

Log:
 r27692@polar:  paul | 2007-07-17 12:50:50 -0500
 Expand slave_skip_errors description a bit.


Modified:
   trunk/refman-4.1/dba-core.xml
   trunk/refman-5.0/dba-core.xml
   trunk/refman-5.1/dba-core.xml
   trunk/refman-5.2/dba-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27686
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22722
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27692
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22722
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941


Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml	2007-07-17 18:52:03 UTC (rev 7126)
+++ trunk/refman-4.1/dba-core.xml	2007-07-17 18:52:15 UTC (rev 7127)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 2; 886 bytes

@@ -6241,8 +6241,12 @@
             </para>
 
             <para>
-              The replication errors that the slave should skip
-              (ignore). This variable was added in MySQL 3.23.47.
+              Normally, replication stops when an error occurs on the
+              slave. This gives you the opportunity to resolve the
+              inconsistency in the data manually. This variable tells
+              the slave SQL thread to continue replication when a
+              statement returns any of the errors listed in the variable
+              value. This variable was added in MySQL 3.23.47.
             </para>
           </listitem>
 


Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml	2007-07-17 18:52:03 UTC (rev 7126)
+++ trunk/refman-5.0/dba-core.xml	2007-07-17 18:52:15 UTC (rev 7127)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 2; 802 bytes

@@ -6780,8 +6780,12 @@
             </para>
 
             <para>
-              The replication errors that the slave should skip
-              (ignore).
+              Normally, replication stops when an error occurs on the
+              slave. This gives you the opportunity to resolve the
+              inconsistency in the data manually. This variable tells
+              the slave SQL thread to continue replication when a
+              statement returns any of the errors listed in the variable
+              value.
             </para>
           </listitem>
 


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2007-07-17 18:52:03 UTC (rev 7126)
+++ trunk/refman-5.1/dba-core.xml	2007-07-17 18:52:15 UTC (rev 7127)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 2; 802 bytes

@@ -7070,8 +7070,12 @@
             </para>
 
             <para>
-              The replication errors that the slave should skip
-              (ignore).
+              Normally, replication stops when an error occurs on the
+              slave. This gives you the opportunity to resolve the
+              inconsistency in the data manually. This variable tells
+              the slave SQL thread to continue replication when a
+              statement returns any of the errors listed in the variable
+              value.
             </para>
           </listitem>
 


Modified: trunk/refman-5.2/dba-core.xml
===================================================================
--- trunk/refman-5.2/dba-core.xml	2007-07-17 18:52:03 UTC (rev 7126)
+++ trunk/refman-5.2/dba-core.xml	2007-07-17 18:52:15 UTC (rev 7127)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 2; 802 bytes

@@ -7005,8 +7005,12 @@
             </para>
 
             <para>
-              The replication errors that the slave should skip
-              (ignore).
+              Normally, replication stops when an error occurs on the
+              slave. This gives you the opportunity to resolve the
+              inconsistency in the data manually. This variable tells
+              the slave SQL thread to continue replication when a
+              statement returns any of the errors listed in the variable
+              value.
             </para>
           </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r7127 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2paul17 Jul