Author: jstephens
Date: 2007-12-04 15:06:42 +0100 (Tue, 04 Dec 2007)
New Revision: 9093
Log:
More specific info about permitted node ID values
(Thanks, Hartmut and Gustaf!)
Modified:
trunk/refman-4.1/mysql-cluster-configuration.xml
trunk/refman-4.1/mysql-cluster-limitations.xml
trunk/refman-5.0/mysql-cluster-configuration.xml
trunk/refman-5.0/mysql-cluster-limitations.xml
trunk/refman-5.1/mysql-cluster-configuration.xml
trunk/refman-5.1/mysql-cluster-limitations.xml
trunk/refman-6.0/mysql-cluster-configuration.xml
trunk/refman-6.0/mysql-cluster-limitations.xml
Modified: trunk/refman-4.1/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster-configuration.xml 2007-12-04 14:01:08 UTC (rev 9092)
+++ trunk/refman-4.1/mysql-cluster-configuration.xml 2007-12-04 14:06:42 UTC (rev 9093)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 1182 bytes
@@ -1327,8 +1327,8 @@
<para>
This is the node ID used as the address of the node for all
- cluster internal messages. This is an integer in the range 1
- to 63 inclusive. Each node in the cluster must have a unique
+ cluster internal messages. This is an integer in the range 2
+ to 49 inclusive. Each node in the cluster must have a unique
identity.
</para>
</listitem>
@@ -4982,8 +4982,8 @@
<entry><literal><link linkend="mysql-cluster-param-ndbd-definition-id">Id</link></literal></entry>
<entry>integer</entry>
<entry><emphasis>None</emphasis></entry>
- <entry>1</entry>
- <entry>63</entry>
+ <entry>2</entry>
+ <entry>49</entry>
<entry>N</entry>
</row>
<row>
Modified: trunk/refman-4.1/mysql-cluster-limitations.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster-limitations.xml 2007-12-04 14:01:08 UTC (rev 9092)
+++ trunk/refman-4.1/mysql-cluster-limitations.xml 2007-12-04 14:06:42 UTC (rev 9093)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 838 bytes
@@ -481,8 +481,10 @@
</para>
<para>
- A data node cannot have a node ID greater
- than 49.
+ 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.)
</para>
</listitem>
Modified: trunk/refman-5.0/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster-configuration.xml 2007-12-04 14:01:08 UTC (rev 9092)
+++ trunk/refman-5.0/mysql-cluster-configuration.xml 2007-12-04 14:06:42 UTC (rev 9093)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 1182 bytes
@@ -1304,8 +1304,8 @@
<para>
This is the node ID used as the address of the node for all
- cluster internal messages. This is an integer in the range 1
- to 63 inclusive. Each node in the cluster must have a unique
+ cluster internal messages. This is an integer in the range 2
+ to 49 inclusive. Each node in the cluster must have a unique
identity.
</para>
</listitem>
@@ -5024,8 +5024,8 @@
<entry><literal><link linkend="mysql-cluster-param-ndbd-definition-id">Id</link></literal></entry>
<entry>integer</entry>
<entry><emphasis>None</emphasis></entry>
- <entry>1</entry>
- <entry>63</entry>
+ <entry>2</entry>
+ <entry>49</entry>
<entry>N</entry>
</row>
<row>
Modified: trunk/refman-5.0/mysql-cluster-limitations.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster-limitations.xml 2007-12-04 14:01:08 UTC (rev 9092)
+++ trunk/refman-5.0/mysql-cluster-limitations.xml 2007-12-04 14:06:42 UTC (rev 9093)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 838 bytes
@@ -413,8 +413,10 @@
</para>
<para>
- A data node cannot have a node ID greater
- than 49.
+ 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.)
</para>
</listitem>
Modified: trunk/refman-5.1/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-configuration.xml 2007-12-04 14:01:08 UTC (rev 9092)
+++ trunk/refman-5.1/mysql-cluster-configuration.xml 2007-12-04 14:06:42 UTC (rev 9093)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 1182 bytes
@@ -1347,8 +1347,8 @@
<para>
This is the node ID used as the address of the node for all
- cluster internal messages. This is an integer in the range 1
- to 63 inclusive. Each node in the cluster must have a unique
+ cluster internal messages. This is an integer in the range 2
+ to 49 inclusive. Each node in the cluster must have a unique
identity.
</para>
</listitem>
@@ -5692,8 +5692,8 @@
<entry><literal><link linkend="mysql-cluster-param-ndbd-definition-id">Id</link></literal></entry>
<entry>integer</entry>
<entry><emphasis>None</emphasis></entry>
- <entry>1</entry>
- <entry>63</entry>
+ <entry>2</entry>
+ <entry>49</entry>
<entry>N</entry>
</row>
<row>
Modified: trunk/refman-5.1/mysql-cluster-limitations.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-limitations.xml 2007-12-04 14:01:08 UTC (rev 9092)
+++ trunk/refman-5.1/mysql-cluster-limitations.xml 2007-12-04 14:06:42 UTC (rev 9093)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 838 bytes
@@ -528,8 +528,10 @@
</para>
<para>
- A data node cannot have a node ID greater
- than 49.
+ 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.)
</para>
</listitem>
Modified: trunk/refman-6.0/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-6.0/mysql-cluster-configuration.xml 2007-12-04 14:01:08 UTC (rev 9092)
+++ trunk/refman-6.0/mysql-cluster-configuration.xml 2007-12-04 14:06:42 UTC (rev 9093)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 762 bytes
@@ -1345,8 +1345,8 @@
<para>
This is the node ID used as the address of the node for all
- cluster internal messages. This is an integer in the range 1
- to 63 inclusive. Each node in the cluster must have a unique
+ cluster internal messages. This is an integer in the range 2
+ to 49 inclusive. Each node in the cluster must have a unique
identity.
</para>
</listitem>
Modified: trunk/refman-6.0/mysql-cluster-limitations.xml
===================================================================
--- trunk/refman-6.0/mysql-cluster-limitations.xml 2007-12-04 14:01:08 UTC (rev 9092)
+++ trunk/refman-6.0/mysql-cluster-limitations.xml 2007-12-04 14:06:42 UTC (rev 9093)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 16; 1799 bytes
@@ -519,8 +519,10 @@
</para>
<para>
- A data node cannot have a node ID greater
- than 49.
+ 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.)
</para>
</listitem>
@@ -538,24 +540,12 @@
<listitem>
<para>
The maximum number of metadata objects in
- MySQL ¤t-series; Cluster
-
-<!-- and
- &mccge-series;-->
-
- is 20320. This limit is hard-coded.
+ MySQL ¤t-series; Cluster is 20320.
+ This limit is hard-coded.
</para>
</listitem>
</itemizedlist>
-
-<!--<note>
- <para role="mccge-warning">
- &mccge-series; users should see
- <xref linkend="mysql-cluster-limitations-resolved"/>,
- for more information.
- </para>
- </note>-->
</para>
</formalpara>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9093 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0 | jon | 4 Dec |