List:Commits« Previous MessageNext Message »
From:jon Date:October 24 2007 12:59pm
Subject:svn commit - mysqldoc@docsrva: r8286 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-10-24 12:59:02 +0200 (Wed, 24 Oct 2007)
New Revision: 8286

Log:

Divided mysql-cluster-cge-differences into 3 subsections (1 for each of 
the CGE 6.1, 6.2, and 6.3 branches).



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


Modified: trunk/refman-5.1/mysql-cluster-cge.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-cge.xml	2007-10-24 09:23:14 UTC (rev 8285)
+++ trunk/refman-5.1/mysql-cluster-cge.xml	2007-10-24 10:59:02 UTC (rev 8286)
Changed blocks: 5, Lines Added: 20, Lines Deleted: 19; 2803 bytes

@@ -157,13 +157,20 @@
       </para>
     </note>
 
+    <para>
+      More detailed information about these features can be found in the
+      changelogs for the indicated &mccge-series; releases; see
+      <xref linkend="mysql-cluster-cge-releases"/>, for a current
+      changelog listing.
+    </para>
+
     <remark role="TODO">
-      [js] Add relevant links to items in next 3 lists.
+      [js] Add relevant links to items in next 3 subsections.
     </remark>
 
-    <formalpara>
+    <section id="mysql-cluster-cge-differences-6-1-x">
 
-      <title>ndb-6.1.<replaceable>x</replaceable> branch</title>
+      <title>ndb-6.1.<replaceable>x</replaceable> Features</title>
 
       <para>
         <itemizedlist>

@@ -283,11 +290,11 @@
         </itemizedlist>
       </para>
 
-    </formalpara>
+    </section>
 
-    <formalpara>
+    <section id="mysql-cluster-cge-differences-6-2-x">
 
-      <title>ndb-6.2.<replaceable>x</replaceable> branch</title>
+      <title>ndb-6.2.<replaceable>x</replaceable> Features</title>
 
       <para>
         The following improvements are available in

@@ -476,11 +483,11 @@
         </itemizedlist>
       </para>
 
-    </formalpara>
+    </section>
 
-    <formalpara>
+    <section id="mysql-cluster-cge-differences-6-3-x">
 
-      <title>ndb-6.3.<replaceable>x</replaceable> branch</title>
+      <title>ndb-6.3.<replaceable>x</replaceable> Features</title>
 
       <para>
         The following improvements are available in

@@ -616,7 +623,7 @@
               server. (MySQL 5.1.22-ndb-6.3.4)
             </para>
           </listitem>
-          
+
           <listitem>
             <para>
               A <option>--master-bind</option> option has been added to

@@ -625,22 +632,16 @@
               master by a replication slave having multiple network
               addresses. This can also be set at run time using the
               <literal>MASTER_BIND='<replaceable>interface</replaceable>'</literal>
-              clause in a <literal>CHANGE MASTER</literal> statement.(MySQL 5.1.22-ndb-6.3.4)
+              clause in a <literal>CHANGE MASTER TO</literal>
+              statement.(MySQL 5.1.22-ndb-6.3.4)
             </para>
           </listitem>
 
         </itemizedlist>
       </para>
 
-    </formalpara>
+    </section>
 
-    <para>
-      More detailed information about these features can be found in the
-      changelogs for the indicated &mccge-series; releases; see
-      <xref linkend="mysql-cluster-cge-releases"/>, for a current
-      changelog listing.
-    </para>
-
   </section>
 
   <section id="mysql-cluster-cge-releases">


Thread
svn commit - mysqldoc@docsrva: r8286 - trunk/refman-5.1jon24 Oct