Author: jstephens
Date: 2006-08-03 06:31:07 +0200 (Thu, 03 Aug 2006)
New Revision: 2940
Log:
Cluster Limitations: No longer necessary to restart all data nodes when
running multiple management servers. (Thanks, Stewart!)
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 2006-08-03 02:59:25 UTC (rev 2939)
+++ trunk/refman-4.1/mysql-cluster.xml 2006-08-03 04:31:07 UTC (rev 2940)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 4; 988 bytes
@@ -13826,11 +13826,14 @@
<listitem>
<para>
- In order that management nodes be able to see one
- another, you must restart all data nodes after
- bringing up the cluster. (See Bug #13070 for a
- detailed explanation.)
+ Prior to MySQL 4.1.15, all data nodes had to be
+ restarted after bringing up the cluster in order for
+ the management nodes to be able to see one another.
</para>
+
+ <para>
+ (See Bug #12307 and #13070 for more information.)
+ </para>
</listitem>
</itemizedlist>
Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml 2006-08-03 02:59:25 UTC (rev 2939)
+++ trunk/refman-5.0/mysql-cluster.xml 2006-08-03 04:31:07 UTC (rev 2940)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 5; 1079 bytes
@@ -13884,13 +13884,16 @@
</para>
</listitem>
- <listitem>
+ <listitem>
<para>
- In order that management nodes be able to see one
- another, you must restart all data nodes after
- bringing up the cluster. (See Bug #13070 for a
- detailed explanation.)
+ Prior to MySQL 5.0.14, all data nodes had to be
+ restarted after bringing up the cluster in order for
+ the management nodes to be able to see one another.
</para>
+
+ <para>
+ (See Bug #12307 and #13070 for more information.)
+ </para>
</listitem>
</itemizedlist>
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2006-08-03 02:59:25 UTC (rev 2939)
+++ trunk/refman-5.1/mysql-cluster.xml 2006-08-03 04:31:07 UTC (rev 2940)
Changed blocks: 2, Lines Added: 9, Lines Deleted: 10; 1260 bytes
@@ -16307,16 +16307,6 @@
checks for this are performed by the cluster.
</para>
</listitem>
-
- <listitem>
- <para>
- In order that management nodes be able to see one
- another, you must restart all data nodes after
- bringing up the cluster. (See Bug #13070 for a
- detailed explanation.)
- </para>
- </listitem>
-
</itemizedlist>
</listitem>
@@ -16481,6 +16471,15 @@
— for character sets.)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ In MySQL 5.1, it is no longer necessary, when running
+ multiple management servers, to restart all the cluster's
+ data nodes to enable the management nodes to see one
+ another.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2940 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jstephens | 3 Aug |