List:Commits« Previous MessageNext Message »
From:jon Date:May 31 2007 7:59pm
Subject:svn commit - mysqldoc@docsrva: r6618 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2007-05-31 21:59:25 +0200 (Thu, 31 May 2007)
New Revision: 6618

Log:

Documented limitation: highest node ID that can be used by a data node 
is 49 (Thanks, Hartmut & Mikael!)



Modified:
   trunk/refman-4.1/mysql-cluster.xml
   trunk/refman-5.0/mysql-cluster.xml
   trunk/refman-5.1/mysql-cluster.xml


Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml	2007-05-31 16:01:44 UTC (rev 6617)
+++ trunk/refman-4.1/mysql-cluster.xml	2007-05-31 19:59:25 UTC (rev 6618)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 709 bytes

@@ -17728,6 +17728,11 @@
                             <para>
                               The maximum number of data nodes is 48.
                             </para>
+                            
+                            <para>
+                              A data node cannot have a node ID greater
+                              than 49.
+                            </para>
                           </listitem>
 
                           <listitem>


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2007-05-31 16:01:44 UTC (rev 6617)
+++ trunk/refman-5.0/mysql-cluster.xml	2007-05-31 19:59:25 UTC (rev 6618)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 709 bytes

@@ -17829,6 +17829,11 @@
                             <para>
                               The maximum number of data nodes is 48.
                             </para>
+                            
+                            <para>
+                              A data node cannot have a node ID greater
+                              than 49.
+                            </para>
                           </listitem>
 
                           <listitem>


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2007-05-31 16:01:44 UTC (rev 6617)
+++ trunk/refman-5.1/mysql-cluster.xml	2007-05-31 19:59:25 UTC (rev 6618)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 0; 1137 bytes

@@ -21633,6 +21633,11 @@
                             <para>
                               The maximum number of data nodes is 48.
                             </para>
+                            
+                            <para>
+                              A data node cannot have a node ID greater
+                              than 49.
+                            </para>
                           </listitem>
 
                           <listitem>

@@ -22845,6 +22850,11 @@
               nodes and management nodes beginning with this version is
               63, of which up to 48 can be data nodes.
             </para>
+            
+            <para>
+              The limitation that a data node cannot have a node ID
+              greater than 49 continues to apply in &mccge-series;.
+            </para>
           
           &mccge-warning-end-cluster;
         </listitem>


Thread
svn commit - mysqldoc@docsrva: r6618 - in trunk: refman-4.1 refman-5.0 refman-5.1jon31 May