List:Commits« Previous MessageNext Message »
From:jon.stephens Date:March 26 2009 6:44pm
Subject:svn commit - mysqldoc@docsrva: r14397 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2009-03-26 19:44:52 +0100 (Thu, 26 Mar 2009)
New Revision: 14397

Log:

slave_exec_mode, not Slave_exec_mode or SLAVE_EXEC_MODE (Thanks, Paul!)



Modified:
   trunk/refman-5.1/mysql-cluster-replication.xml


Modified: trunk/refman-5.1/mysql-cluster-replication.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-replication.xml	2009-03-26 18:39:03 UTC (rev 14396)
+++ trunk/refman-5.1/mysql-cluster-replication.xml	2009-03-26 18:44:52 UTC (rev 14397)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 5; 1245 bytes

@@ -520,7 +520,7 @@
             following statement before starting circular replication:
 
 <programlisting>
-mysql&gt; <userinput>SET GLOBAL SLAVE_EXEC_MODE = 'IDEMPOTENT';</userinput>
+mysql&gt; <userinput>SET GLOBAL slave_exec_mode = 'IDEMPOTENT';</userinput>
 </programlisting>
 
             This is necessary to suppress duplicate-key and other errors

@@ -531,9 +531,8 @@
           </para>
 
           <para>
-            See
-            <link linkend="sysvar_slave_exec_mode"><literal>Slave_exec_mode</literal></link>,
-            for more information.
+            See <literal role="sysvar">slave_exec_mode</literal>, for
+            more information.
           </para>
         </important>
       </listitem>

@@ -2646,7 +2645,7 @@
       </para>
 
       <para>
-        See <literal role="sysvar">Slave_exec_mode</literal>, for more
+        See <literal role="sysvar">slave_exec_mode</literal>, for more
         information.
       </para>
     </important>


Thread
svn commit - mysqldoc@docsrva: r14397 - trunk/refman-5.1jon.stephens26 Mar