List:Commits« Previous MessageNext Message »
From:jon Date:May 9 2008 9:18pm
Subject:svn commit - mysqldoc@docsrva: r10707 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-05-09 21:18:35 +0200 (Fri, 09 May 2008)
New Revision: 10707

Log:

Documented Cluster bugfixes:
  Bug #36547, Bug #36123



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-09 19:10:00 UTC (rev 10706)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-09 19:18:35 UTC (rev 10707)
Changed blocks: 1, Lines Added: 56, Lines Deleted: 0; 1440 bytes

@@ -6,6 +6,62 @@
 ]>
 <changelog>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="clusterreplication"/>
+      <manual type="ndb_apply_status"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36123"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.24-ndb-6.2.16"/>
+      <version ver="5.1.24-ndb-6.3.14"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Performing <literal>SELECT ... FROM
+        mysql.ndb_apply_status</literal> before the
+        <command>mysqld</command> process had connected to the cluster
+        failed, and caused this table never to be created.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="ndb_extra_logging"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36547"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.24-ndb-6.2.16"/>
+      <version ver="5.1.24-ndb-6.3.14"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>SET GLOBAL ndb_extra_logging</literal> caused
+        <command>mysqld</command> to crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
   <logentry entrytype="feature">
 
     <tags>


Thread
svn commit - mysqldoc@docsrva: r10707 - trunk/dynamic-docs/changelogjon9 May 2008