List:Commits« Previous MessageNext Message »
From:jon Date:February 7 2008 8:33am
Subject:svn commit - mysqldoc@docsrva: r9733 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-02-07 09:33:50 +0100 (Thu, 07 Feb 2008)
New Revision: 9733

Log:

Documented fix for Cluster Bug #32023



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-02-07 04:28:27 UTC (rev 9732)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-02-07 08:33:50 UTC (rev 9733)
Changed blocks: 1, Lines Added: 28, Lines Deleted: 0; 983 bytes

@@ -9,6 +9,34 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="cluster"/>
+      <manual type="ndb_mgmd"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="32023"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.23"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The management server was slow to respond when no data nodes
+        were connected to the cluster. This was most noticeable when
+        running <literal>SHOW</literal> in the management client.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="replication"/>
       <manual type="DROP USER"/>
       <manual type="CREATE USER"/>


Thread
svn commit - mysqldoc@docsrva: r9733 - trunk/dynamic-docs/changelogjon7 Feb