Author: jstephens
Date: 2007-08-30 15:25:28 +0200 (Thu, 30 Aug 2007)
New Revision: 7600
Log:
Make it clear that a secondary replication channel is to be started only
when actually failing over to it (David/Hartmut/Support request).
Modified:
trunk/refman-5.1/mysql-cluster.xml
trunk/refman-5.2/mysql-cluster.xml
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-08-30 13:15:56 UTC (rev 7599)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-08-30 13:25:28 UTC (rev 7600)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 1; 1056 bytes
@@ -19996,11 +19996,21 @@
Finally, initiate replication on the primary channel by
executing the <literal>START SLAVE</literal> statement on
the primary slave as shown here:
- </para>
<programlisting>
mysql<replaceable>S</replaceable>> <userinput>START SLAVE;</userinput>
</programlisting>
+
+ <note>
+ <para>
+ Only the primary channel is to be started at this point.
+ The secondary replication channel is to be started only
+ in the event that the primary replication channel fails,
+ as described in
+ <xref linkend="mysql-cluster-replication-failover"/>.
+ </para>
+ </note>
+ </para>
</listitem>
</orderedlist>
Modified: trunk/refman-5.2/mysql-cluster.xml
===================================================================
--- trunk/refman-5.2/mysql-cluster.xml 2007-08-30 13:15:56 UTC (rev 7599)
+++ trunk/refman-5.2/mysql-cluster.xml 2007-08-30 13:25:28 UTC (rev 7600)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 1; 1056 bytes
@@ -19799,11 +19799,21 @@
Finally, initiate replication on the primary channel by
executing the <literal>START SLAVE</literal> statement on
the primary slave as shown here:
- </para>
<programlisting>
mysql<replaceable>S</replaceable>> <userinput>START SLAVE;</userinput>
</programlisting>
+
+ <note>
+ <para>
+ Only the primary channel is to be started at this point.
+ The secondary replication channel is to be started only
+ in the event that the primary replication channel fails,
+ as described in
+ <xref linkend="mysql-cluster-replication-failover"/>.
+ </para>
+ </note>
+ </para>
</listitem>
</orderedlist>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7600 - in trunk: refman-5.1 refman-5.2 | jon | 30 Aug |