List:Commits« Previous MessageNext Message »
From:jon.stephens Date:February 3 2009 12:34pm
Subject:svn commit - mysqldoc@docsrva: r13531 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-02-03 13:34:24 +0100 (Tue, 03 Feb 2009)
New Revision: 13531

Log:

Documented CLuster bugfixes:

  Bug #42545, Bug #42559



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-03 11:56:41 UTC (rev 13530)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-02-03 12:34:24 UTC (rev 13531)
Changed blocks: 1, Lines Added: 64, Lines Deleted: 0; 1939 bytes

@@ -9,6 +9,70 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="cluster"/>
+      <manual type="scans"/>
+      <manual type="LCP"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="42559"/>
+      <regressionof bugid="42084"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.31-ndb-6.2.17"/>
+      <version ver="5.1.31-ndb-6.3.22"/>
+      <version ver="5.1.31-ndb-6.4.3"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When performing more than 32 index or tuple scans on a single
+        fragment, the scans could be left hanging. This caused
+        unnecessary timeouts, and in addition could possibly lead to a
+        hang of an LCP.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="ordered scan"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="42545"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.31-ndb-6.2.17"/>
+      <version ver="5.1.31-ndb-6.3.22"/>
+      <version ver="5.1.31-ndb-6.4.3"/>
+    </versions>
+
+    <message>
+
+      <para>
+        A data node failure that occurred between calls to
+        <literal>NdbIndexScanOperation::readTuples(SF_OrderBy)</literal>
+        and <literal>NdbTransaction::Execute()</literal> was not
+        correctly handled; a subsequent call to
+        <literal>nextResult()</literal> caused a null pointer to be
+        deferenced, leading to a segfault in <command>mysqld</command>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="replication"/>
       <manual type="START SLAVE"/>
       <manual type="--replicate-same-server-id"/>


Thread
svn commit - mysqldoc@docsrva: r13531 - trunk/dynamic-docs/changelogjon.stephens3 Feb