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

Log:

Make it clear that neither auto_increment_increment nor auto_increment_offset is
supported for Cluster replication. (See Bug #17086)



Modified:
   trunk/refman-5.1/ndbcluster.xml

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-04-18 08:11:50 UTC (rev 1853)
+++ trunk/refman-5.1/ndbcluster.xml	2006-04-18 08:17:26 UTC (rev 1854)
@@ -8715,10 +8715,11 @@
         
         <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.
+            Trying to set values for the
+            <literal>auto_increment_offset</literal> and
+            <literal>auto_increment_increment</literal> server system
+            variables produces unpredictable results. The use of these
+            variables is not supported with MySQL Cluster replication.
           </para>
         </listitem>
 
@@ -11384,8 +11385,9 @@
           
           <listitem>
             <para>
-              The <literal>auto_increment_increment</literal> server
-              system variable is not supported for Cluster replication.
+              The <literal>auto_increment_increment</literal> and
+              <literal>auto_increment_offset</literal> server system
+              variables are not supported for Cluster replication.
             </para>
           </listitem>
 

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