List:Commits« Previous MessageNext Message »
From:jon Date:August 22 2006 2:11pm
Subject:svn commit - mysqldoc@docsrva: r3083 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-08-22 16:11:21 +0200 (Tue, 22 Aug 2006)
New Revision: 3083

Log:
Fixed description of Cluster in chapter intro  (added link to Cluster chapter, 
fixed reference to supported platforms)

Modified:
   trunk/refman-4.1/storage-engines.xml
   trunk/refman-5.0/storage-engines.xml
   trunk/refman-5.1/storage-engines.xml


Modified: trunk/refman-4.1/storage-engines.xml
===================================================================
--- trunk/refman-4.1/storage-engines.xml	2006-08-22 14:03:13 UTC (rev 3082)
+++ trunk/refman-4.1/storage-engines.xml	2006-08-22 14:11:21 UTC (rev 3083)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 640 bytes

@@ -152,6 +152,11 @@
         computers. It is available in source code distributions as of
         MySQL 4.1.2 and binary distributions as of MySQL-Max 4.1.3.
       </para>
+      
+      <para>
+        MySQL Cluster is covered in a separate chapter of this Manual. See 
+        <xref linkend="mysql-cluster"/>, for more information.
+      </para>
     </listitem>
 
     <listitem>


Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml	2006-08-22 14:03:13 UTC (rev 3082)
+++ trunk/refman-5.0/storage-engines.xml	2006-08-22 14:11:21 UTC (rev 3083)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 4; 1205 bytes

@@ -143,17 +143,22 @@
         interest to developers.
       </para>
     </listitem>
-
+    
     <listitem>
       <para>
         <literal>NDB Cluster</literal> is the storage engine used by
         MySQL Cluster to implement tables that are partitioned over many
         computers. It is available in MySQL-Max &current-series; binary
         distributions. This storage engine is currently supported on
-        Linux, Solaris, and Mac OS X only. We intend to add support for
-        this engine on other platforms, including Windows, in future
-        MySQL releases.
+        a number of Unix platforms. We intend to add support for this
+        engine on other platforms, including Windows, in future MySQL
+        releases.
       </para>
+      
+      <para>
+        MySQL Cluster is covered in a separate chapter of this Manual. See 
+        <xref linkend="mysql-cluster"/>, for more information.
+      </para>
     </listitem>
 
     <listitem>


Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml	2006-08-22 14:03:13 UTC (rev 3082)
+++ trunk/refman-5.1/storage-engines.xml	2006-08-22 14:11:21 UTC (rev 3083)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 3; 1040 bytes

@@ -140,10 +140,15 @@
         MySQL Cluster to implement tables that are partitioned over many
         computers. It is available in MySQL-Max &current-series; binary
         distributions. This storage engine is currently supported on
-        Linux, Solaris, and Mac OS X only. We intend to add support for
-        this engine on other platforms, including Windows, in future
-        MySQL releases.
+        a number of Unix platforms. We intend to add support for this
+        engine on other platforms, including Windows, in future MySQL
+        releases.
       </para>
+      
+      <para>
+        MySQL Cluster is covered in a separate chapter of this Manual. See 
+        <xref linkend="mysql-cluster"/>, for more information.
+      </para>
     </listitem>
 
     <listitem>


Thread
svn commit - mysqldoc@docsrva: r3083 - in trunk: refman-4.1 refman-5.0 refman-5.1jon22 Aug