List:Commits« Previous MessageNext Message »
From:jon Date:February 3 2006 12:07am
Subject:svn commit - mysqldoc@docsrva: r1197 - in trunk: refman-5.1 refman-common
View as plain text  
Author: jstephens
Date: 2006-02-03 01:07:35 +0100 (Fri, 03 Feb 2006)
New Revision: 1197

Log:

Updated changelog, couple of minor fixes to Cluster Replication section for 
version info.



Modified:
   trunk/refman-5.1/ndbcluster.xml
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-02-02 23:56:49 UTC (rev 1196)
+++ trunk/refman-5.1/ndbcluster.xml	2006-02-03 00:07:35 UTC (rev 1197)
@@ -8337,15 +8337,16 @@
     <title>&title-mysql-cluster-replication;</title>
 
     <para>
-      Previous to MySQL 5.1, <firstterm>asynchronous
+      Previous to MySQL 5.1.6, <firstterm>asynchronous
       replication</firstterm>, more usually referred to simply as
-      <quote>replication,</quote> was not available when using MySQL
-      Cluster. This section explains how to set up and manage a
-      configuration wherein one group of computers operating as a MySQL
-      Cluster replicates to a second computer or group of computers. We
-      assume some familiarity on the part of the reader with standard
-      MySQL replication as discussed elsewhere in this Manual. (See
-      <xref linkend="replication"/>).
+      <quote>replication</quote>, was not available when using MySQL
+      Cluster. MySQL 5.1.6 introduces master-slave replication of this
+      type for MySQL Cluster databases. This section explains how to set
+      up and manage a configuration wherein one group of computers
+      operating as a MySQL Cluster replicates to a second computer or
+      group of computers. We assume some familiarity on the part of the
+      reader with standard MySQL replication as discussed elsewhere in
+      this Manual. (See <xref linkend="replication"/>).
     </para>
 
     <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-02-02 23:56:49 UTC (rev 1196)
+++ trunk/refman-common/news-5.1.xml	2006-02-03 00:07:35 UTC (rev 1197)
@@ -134,6 +134,15 @@
           #14194)
         </para>
       </listitem>
+    
+    <listitem>
+      <para>
+        Replication between MySQL Clusters is now supported. It is now
+        also possible to replicate between a MySQL Cluster and a
+        non-cluster database. See 
+        <xref linkend="mysql-cluster-replication"/>.
+      </para>
+    </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1197 - in trunk: refman-5.1 refman-commonjon3 Feb