List:Commits« Previous MessageNext Message »
From:jon Date:January 12 2009 9:41pm
Subject:svn commit - mysqldoc@docsrva: r13110 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-01-12 22:41:34 +0100 (Mon, 12 Jan 2009)
New Revision: 13110

Log:

Documented fix for Cluster Bug #33626



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-01-12 20:24:15 UTC (rev 13109)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-01-12 21:41:34 UTC (rev 13110)
Changed blocks: 1, Lines Added: 28, Lines Deleted: 0; 927 bytes

@@ -6,6 +6,34 @@
 ]>
 <changelog>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33626"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.30-ndb-6.3.21"/>
+      <version ver="5.1.30-ndb-6.4.1"/>
+    </versions>
+
+    <message>
+
+      <para>
+        If all data nodes were shut down, MySQL clients were unable to
+        access <literal>NDBCLUSTER</literal> tables and data even after
+        the data nodes were restarted, unless the MySQL clients
+        themselves were restarted.
+      </para>
+
+    </message>
+
+  </logentry>
+
   <logentry entrytype="feature">
 
     <tags>


Thread
svn commit - mysqldoc@docsrva: r13110 - trunk/dynamic-docs/changelogjon12 Jan