List:Commits« Previous MessageNext Message »
From:jon Date:May 17 2006 11:28am
Subject:svn commit - mysqldoc@docsrva: r2104 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-05-17 13:28:22 +0200 (Wed, 17 May 2006)
New Revision: 2104

Log:

(Following discussion with Geert/Tomas/Martin:)

Cluster 5.1 replication depends on RBR.

Warning about multiple replication processes to make it clear this refers to SBR
only.



Modified:
   trunk/refman-5.1/ndbcluster.xml
   trunk/refman-5.1/replication.xml

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-05-16 20:20:48 UTC (rev 2103)
+++ trunk/refman-5.1/ndbcluster.xml	2006-05-17 11:28:22 UTC (rev 2104)
@@ -10114,12 +10114,24 @@
       </para>
 
       <para>
-        <emphasis role="bold">Important</emphasis>: When replicating a
-        MySQL Cluster, all data rows from the cluster acting as the
-        master must be directed to a single MySQL server. It is not
-        possible to replicate a cluster using several MySQL replication
-        processes at the same time.
+        Replication of a MySQL Cluster as described in this section and
+        those following is dependent on row-based replication. This
+        means that the replication master MySQL server must be started
+        with <option>--binlog-format=row</option>, as described in 
+        <xref linkend="mysql-cluster-replication-starting"/>. For
+        general information about row-based replication, see 
+        <xref linkend="replication-row-based"/>.
       </para>
+      
+      <para>
+        (It is possible to replicate a MySQL Cluster using
+        statement-based replication. However, in this case, the
+        following restrictions apply: All data rows from the cluster
+        acting as the master must be directed to a single MySQL server;
+        It is not possible to replicate a cluster using several MySQL
+        replication processes at the same time; Only changes made at the
+        SQL level are replicated.)
+      </para>
 
       <para>
         Each MySQL server used for replication in either cluster must be

Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml	2006-05-16 20:20:48 UTC (rev 2103)
+++ trunk/refman-5.1/replication.xml	2006-05-17 11:28:22 UTC (rev 2104)
@@ -259,6 +259,12 @@
       statement-based and row-based replication, see
       <xref linkend="replication-sbr-rbr"/>.
     </para>
+    
+    <para>
+      MySQL Cluster Replication also makes use of row-based replication.
+      For more information, see 
+      <xref linkend="mysql-cluster-replication"/>.
+    </para>
 
     <para>
       With MySQL's classic statement-based replication, there may be

Thread
svn commit - mysqldoc@docsrva: r2104 - trunk/refman-5.1jon17 May