Author: jstephens
Date: 2007-12-04 15:35:28 +0100 (Tue, 04 Dec 2007)
New Revision: 9096
Log:
Cluster in 6.0 supports a maximum of 255 nodes (Thanks, Martin & Jonas!)
Modified:
trunk/refman-6.0/mysql-cluster-configuration.xml
trunk/refman-6.0/mysql-cluster-limitations.xml
Modified: trunk/refman-6.0/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-6.0/mysql-cluster-configuration.xml 2007-12-04 14:28:27 UTC (rev 9095)
+++ trunk/refman-6.0/mysql-cluster-configuration.xml 2007-12-04 14:35:28 UTC (rev 9096)
Changed blocks: 4, Lines Added: 4, Lines Deleted: 4; 1621 bytes
@@ -978,7 +978,7 @@
<para>
Each node in the cluster has a unique identity, which is
- represented by an integer value in the range 1 to 63
+ represented by an integer value in the range 1 to 255
inclusive. This ID is used by all internal cluster messages
for addressing the node.
</para>
@@ -4415,7 +4415,7 @@
<para>
The <literal>Id</literal> value is used to identify the node
in all cluster internal messages. It must be an integer in
- the range 1 to 63 inclusive, and must be unique among all
+ the range 1 to 255 inclusive, and must be unique among all
node IDs within the cluster.
</para>
</listitem>
@@ -6292,7 +6292,7 @@
<entry>integer</entry>
<entry><emphasis>None</emphasis></entry>
<entry>1</entry>
- <entry>63</entry>
+ <entry>255</entry>
<entry>IN</entry>
</row>
<row>
@@ -6454,7 +6454,7 @@
<entry>integer</entry>
<entry><emphasis>None</emphasis></entry>
<entry>1</entry>
- <entry>63</entry>
+ <entry>255</entry>
<entry>IN</entry>
</row>
<row>
Modified: trunk/refman-6.0/mysql-cluster-limitations.xml
===================================================================
--- trunk/refman-6.0/mysql-cluster-limitations.xml 2007-12-04 14:28:27 UTC (rev 9095)
+++ trunk/refman-6.0/mysql-cluster-limitations.xml 2007-12-04 14:35:28 UTC (rev 9096)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 1210 bytes
@@ -522,14 +522,14 @@
A data node must have a node ID in the range
of 2‐49, inclusive. (Management and API
nodes may use any integer in the range of
- 1‐63 inclusive as a node ID.)
+ 1‐255 inclusive as a node ID.)
</para>
</listitem>
<listitem>
<para>
The total maximum number of nodes in a MySQL
- Cluster is 63. This number includes all SQL
+ Cluster is 255. This number includes all SQL
nodes (MySQL Servers), API nodes
(applications accessing the cluster other
than MySQL servers), data nodes, and
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9096 - trunk/refman-6.0 | jon | 4 Dec |