List:Commits« Previous MessageNext Message »
From:jon Date:April 18 2006 10:11am
Subject:svn commit - mysqldoc@docsrva: r1853 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-04-18 10:11:50 +0200 (Tue, 18 Apr 2006)
New Revision: 1853

Log:

Use of auto_increment_increment variable not supported in Cluster replication.

(Fixing Docs Bug #17086)



Modified:
   trunk/refman-5.1/database-administration.xml
   trunk/refman-5.1/ndbcluster.xml

Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml	2006-04-18 07:55:41 UTC (rev 1852)
+++ trunk/refman-5.1/database-administration.xml	2006-04-18 08:11:50 UTC (rev 1853)
@@ -3305,6 +3305,17 @@
               value gives rise to an error, and the actual value of the
               variable remains unchanged.
             </para>
+            
+            <para>
+              <emphasis role="bold">Important</emphasis>:
+              <literal>auto_increment_increment</literal> and
+              <literal>auto_increment_offset</literal> are not intended
+              for use with MySQL Cluster replication. Attempting to set
+              them in a Cluster replication scenario may give rise to
+              unpredictable (and unrecoverable) errors. The use of these
+              variables with Cluster replication is therefore not
+              supported.
+            </para>
 
             <para>
               These two variables affect

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-04-18 07:55:41 UTC (rev 1852)
+++ trunk/refman-5.1/ndbcluster.xml	2006-04-18 08:11:50 UTC (rev 1853)
@@ -8712,6 +8712,15 @@
             <literal>apply_status</literal> tables. respectively.
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            Trying to set a value for
+            <literal>auto_increment_increment</literal> produces
+            unpredictable results. The use of this variable is not
+            supported with MySQL Cluster replication.
+          </para>
+        </listitem>
 
       </itemizedlist>
 
@@ -11372,6 +11381,13 @@
               <literal>SQL_LOG_BIN</literal>. (Bug #16680)
             </para>
           </listitem>
+          
+          <listitem>
+            <para>
+              The <literal>auto_increment_increment</literal> server
+              system variable is not supported for Cluster replication.
+            </para>
+          </listitem>
 
         </itemizedlist>
       </listitem>

Thread
svn commit - mysqldoc@docsrva: r1853 - trunk/refman-5.1jon18 Apr