List:Commits« Previous MessageNext Message »
From:jon Date:April 28 2006 10:53am
Subject:svn commit - mysqldoc@docsrva: r1963 - in trunk: refman-5.0 refman-5.1 refman-common
View as plain text  
Author: jstephens
Date: 2006-04-28 12:53:00 +0200 (Fri, 28 Apr 2006)
New Revision: 1963

Log:

Cluster: Beginning with 5.0.19, the mgm client STOP and START commands can be 
used to stop/start individual management nodes as well as data nodes.

(Closes WL#2703)



Modified:
   trunk/refman-5.0/ndbcluster.xml
   trunk/refman-5.1/ndbcluster.xml
   trunk/refman-common/news-5.0.xml

Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml	2006-04-28 09:18:49 UTC (rev 1962)
+++ trunk/refman-5.0/ndbcluster.xml	2006-04-28 10:53:00 UTC (rev 1963)
@@ -7621,6 +7621,13 @@
             Starts the data node identified by
             <replaceable>node_id</replaceable> (or all data nodes).
           </para>
+          
+          <para>
+            Beginning with MySQL 5.0.19, this command can also be used
+            to start individual management nodes. 
+            <emphasis role="bold">Note</emphasis>: <literal>ALL
+              START</literal> continues to affect data nodes only.
+          </para>
         </listitem>
 
         <listitem>
@@ -7632,6 +7639,13 @@
             Stops the data node identified by
             <replaceable>node_id</replaceable> (or all data nodes).
           </para>
+          
+          <para>
+            Beginning with MySQL 5.0.19, this command can also be used
+            to stop individual management nodes. 
+            <emphasis role="bold">Note</emphasis>: <literal>ALL
+              STOP</literal> continues to affect data nodes only.
+          </para>
         </listitem>
 
         <listitem>

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-04-28 09:18:49 UTC (rev 1962)
+++ trunk/refman-5.1/ndbcluster.xml	2006-04-28 10:53:00 UTC (rev 1963)
@@ -7472,8 +7472,10 @@
           </para>
 
           <para>
-            Starts the data node identified by
-            <replaceable>node_id</replaceable> (or all data nodes).
+            Starts the data or management node identified by
+            <replaceable>node_id</replaceable>. Note that <literal>ALL
+              START</literal> works to start all data nodes only, and
+            does not affect management nodes.
           </para>
         </listitem>
 
@@ -7483,8 +7485,10 @@
           </para>
 
           <para>
-            Stops the data node identified by
-            <replaceable>node_id</replaceable> (or all data nodes).
+            Starts the data or management node identified by
+            <replaceable>node_id</replaceable>. Note that <literal>ALL
+              STOP</literal> works to start all data nodes only, and
+            does not affect management nodes.
           </para>
         </listitem>
 

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-04-28 09:18:49 UTC (rev 1962)
+++ trunk/refman-common/news-5.0.xml	2006-04-28 10:53:00 UTC (rev 1963)
@@ -1495,6 +1495,19 @@
           <literal>VARBINARY</literal> types.
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: The <command>ndb_mgm</command>
+          client commands <literal><replaceable>node_id</replaceable>
+            START</literal> and
+          <literal><replaceable>node_id</replaceable> STOP</literal> now
+          work with management nodes as well as data nodes. (However,
+          using <literal>ALL</literal> for the
+          <replaceable>node_id</replaceable> continues to affect all
+          data nodes only.) 
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1963 - in trunk: refman-5.0 refman-5.1 refman-commonjon28 Apr