List:Commits« Previous MessageNext Message »
From:jon Date:November 12 2008 12:55pm
Subject:svn commit - mysqldoc@docsrva: r12432 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-11-12 13:55:36 +0100 (Wed, 12 Nov 2008)
New Revision: 12432

Log:

Documented Cluster bugfixes:

  Bug #39839, Bug #39867



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-11-12 11:37:59 UTC (rev 12431)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-11-12 12:55:36 UTC (rev 12432)
Changed blocks: 1, Lines Added: 59, Lines Deleted: 0; 1636 bytes

@@ -9,6 +9,65 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="cluster"/>
+      <manual type="error handling"/>
+      <manual type="BLOB"/>
+      <manual type="TEXT"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="39867"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.29-ndb-6.2.17"/>
+      <version ver="5.1.29-ndb-6.3.19"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Failed operations on <literal role="type">BLOB</literal> and
+        <literal role="type">TEXT</literal> columns were not always
+        reported correctly to the originating SQL node.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="ndb_mgm"/>
+      <manual type="CLUSTERLOG STATISTICS"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="39839"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.29-ndb-6.2.17"/>
+      <version ver="5.1.29-ndb-6.3.19"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Events logged after setting <literal>ALL CLUSTERLOG
+        STATISTICS=15</literal> in the management client did not always
+        include the node ID of the reporting node.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="replication"/>
       <manual type="RBR"/>
       <manual type="UPDATE"/>


Thread
svn commit - mysqldoc@docsrva: r12432 - trunk/dynamic-docs/changelogjon12 Nov