List:Commits« Previous MessageNext Message »
From:jon.stephens Date:February 19 2009 10:26am
Subject:svn commit - mysqldoc@docsrva: r13839 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-02-19 11:26:41 +0100 (Thu, 19 Feb 2009)
New Revision: 13839

Log:

Documented fix for Cluster Bug #29275



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-02-19 09:20:10 UTC (rev 13838)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-02-19 10:26:41 UTC (rev 13839)
Changed blocks: 1, Lines Added: 40, Lines Deleted: 0; 1402 bytes

@@ -10,6 +10,46 @@
 
     <tags>
       <highlight type="cluster"/>
+      <manual type="ndb_mgmd"/>
+      <manual type="ndb_mgm"/>
+      <manual type="RESTART"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="29275"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.30-ndb-6.3.20"/>
+      <version ver="5.1.30-ndb-6.4.0"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Status messages shown in the management client when restarting a
+        management node were inappropriate and misleading. Now, when
+        restarting a management node, the messages displayed are as
+        follows, where <replaceable>node_id</replaceable> is the
+        management node&apos;s node ID:
+      </para>
+
+<programlisting>        
+ndb_mgm&gt; <userinput><replaceable>node_id</replaceable> RESTART</userinput>
+Shutting down MGM node <replaceable>node_id</replaceable> for restart
+Node <replaceable>node_id</replaceable> is being restarted
+
+ndb_mgm>           
+</programlisting>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
       <manual type="START BACKUP"/>
     </tags>
 


Thread
svn commit - mysqldoc@docsrva: r13839 - trunk/dynamic-docs/changelogjon.stephens19 Feb