List:Commits« Previous MessageNext Message »
From:jon Date:June 14 2006 12:50am
Subject:svn commit - mysqldoc@docsrva: r2369 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-06-14 02:50:50 +0200 (Wed, 14 Jun 2006)
New Revision: 2369

Log:
Documenting Cluster Bugfixes:
  Bug #13266, Bug #18184, Bug #18780, Bug #18864, Bug #19293,
  Bug #19928, Bug #19929, Bug #20334, Bug #20336

Modified:
   trunk/refman-common/news-4.1.xml
   trunk/refman-common/news-5.0.xml
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml	2006-06-13 19:18:23 UTC (rev 2368)
+++ trunk/refman-common/news-4.1.xml	2006-06-14 00:50:50 UTC (rev 2369)
@@ -200,6 +200,30 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: The <command>mgm</command>
+          client command <literal>ALL CLUSTERLOG
+            STATISTICS=15;</literal> had no effect. (Bug #20336)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: <literal>TRUNCATE
+            TABLE</literal> failed to reset the
+          <literal>AUTO_INCREMENT</literal> counter. (Bug #18864) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: <literal>SELECT ... FOR
+            UPDATE</literal> failed to lock the selected rows. (Bug
+          #18184)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-06-13 19:18:23 UTC (rev 2368)
+++ trunk/refman-common/news-5.0.xml	2006-06-14 00:50:50 UTC (rev 2369)
@@ -332,6 +332,30 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: The <command>mgm</command>
+          client command <literal>ALL CLUSTERLOG
+            STATISTICS=15;</literal> had no effect. (Bug #20336)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: <literal>TRUNCATE
+            TABLE</literal> failed to reset the
+          <literal>AUTO_INCREMENT</literal> counter. (Bug #18864) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: <literal>SELECT ... FOR
+            UPDATE</literal> failed to lock the selected rows. (Bug
+          #18184)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-06-13 19:18:23 UTC (rev 2368)
+++ trunk/refman-common/news-5.1.xml	2006-06-14 00:50:50 UTC (rev 2369)
@@ -151,6 +151,81 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal> (Disk Data): Running a large
+          nbumber of scans on Disk Data could cause subsequent scans to
+          perform poorly. (Bug #20334)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal> (Disk Data): An issue with disk
+          allocation could sometimes cause a forced shutdown of the
+          cluster when running a mix of memory and Disk Data tables.
+          (Bug #18780)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: The <command>mgm</command>
+          client command <literal>ALL CLUSTERLOG
+            STATISTICS=15;</literal> had no effect. (Bug #20336)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Under certain conditions, a
+          starting node could miss transactions, leading to
+          inconsistencies between the primary and backup replicas. (Bug
+          #19929)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: An uncommitted row could
+          sometimes be checkpointed and thus incorrectly included in a
+          backup. (Bug #19928)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: A <literal>DELETE</literal> of
+          many rows immediately followed by an <literal>INSERT</literal>
+          on the same table could cause the <command>ndbd</command>
+          process on the backup replica to crash. (Bug #19293)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: <literal>TRUNCATE
+            TABLE</literal> failed to reset the
+          <literal>AUTO_INCREMENT</literal> counter. (Bug #18864) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: <literal>SELECT ... FOR
+            UPDATE</literal> failed to lock the selected rows. (Bug
+          #18184)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: New <command>mysqld</command>
+          processes were allowed to connect without a restart of the
+          cluster, causing the cluster to crash. (Bug #13266)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r2369 - trunk/refman-commonjon14 Jun