List:Commits« Previous MessageNext Message »
From:jon Date:June 23 2007 9:17am
Subject:svn commit - mysqldoc@docsrva: r6897 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-06-23 09:17:42 +0200 (Sat, 23 Jun 2007)
New Revision: 6897

Log:

Documented 5.1-mainline Cluster bugfixes:
  Bug #29229, Bug #29167, Bug #29176




Modified:
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-06-22 19:55:56 UTC (rev 6896)
+++ trunk/refman-5.1/news-5.1.xml	2007-06-23 07:17:42 UTC (rev 6897)
Changed blocks: 3, Lines Added: 36, Lines Deleted: 7; 2765 bytes

@@ -207,6 +207,35 @@
 
       <listitem>
         <para>
+          <literal>NDB Cluster</literal> (Disk Data): When dropping a
+          page, the stack's bottom entry could sometime be left
+          <quote>cold</quote> rather than <quote>hot</quote>,
violating
+          the rules for stack pruning.(Bug #29176)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: In the event that two data
+          nodes in the same node group and participating in a GCP
+          crashed before they had written their respective
+          <filename>P0.sysfile</filename> files,
<literal>QMGR</literal>
+          could refuse to start, issuing an invalid
+          <errortext>Insufficient nodes for restart</errortext> error
+          instead.(Bug #29167)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Memory corruption could occur
+          due to a problem in the <literal>DBTUP</literal> kernel block.
+          (Bug #29229)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal> (APIs): An invalid error code
           could be set on transaction objects by <literal>BLOB</literal>
           handling code. (Bug #28724)

@@ -8360,9 +8389,9 @@
 
         <listitem>
           <para>
-            In the event that a two data nodes in the same node group
-            and participating in a GCP crashed before they had written
-            their respective <filename>P0.sysfile</filename> files,
+            In the event that two data nodes in the same node group and
+            participating in a GCP crashed before they had written their
+            respective <filename>P0.sysfile</filename> files,
             <literal>QMGR</literal> could refuse to start, issuing an
             invalid <errortext>Insufficient nodes for
             restart</errortext> error instead.(Bug #29167)

@@ -8371,10 +8400,10 @@
 
         <listitem>
           <para>
-            When dropping a page, the stack's bottom entry could
-            sometime be left <quote>cold</quote> rather than
-            <quote>hot</quote>, violating the rules for stack
-            pruning.(Bug #29176)
+            <emphasis role="bold">Disk Data</emphasis>: When dropping a
+            page, the stack's bottom entry could sometime be left
+            <quote>cold</quote> rather than <quote>hot</quote>,
+            violating the rules for stack pruning.(Bug #29176)
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r6897 - trunk/refman-5.1jon23 Jun