List:Commits« Previous MessageNext Message »
From:jon Date:April 24 2006 4:26pm
Subject:svn commit - mysqldoc@docsrva: r1915 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-04-24 18:26:27 +0200 (Mon, 24 Apr 2006)
New Revision: 1915

Log:

Documenting Cluster bugfixes:
  Bug #18535, Bug #18575, Bug #18622



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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-24 12:31:28 UTC (rev 1914)
+++ trunk/refman-common/news-5.1.xml	2006-04-24 16:26:27 UTC (rev 1915)
@@ -146,6 +146,31 @@
       
       <listitem>
         <para>
+          <literal>NDB Cluster</literal>: A table insert or update of
+          more than 128 bytes of data in a 4-replica Cluster could cause
+          a node to crash. (Bug #18622) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal> (Disk Data): Concurrent table
+          schema operations and operations on logfiles groups,
+          tablespaces, datafiles, or undofiles could lead to Cluster
+          node failures. (Bug #18575)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: An issue with replication
+          caused a <command>mysqld</command> connected to a replicated
+          cluster to crash when entering single user mode. (Bug #18535)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           Successive <literal>ALTER TABLE ... DROP PARTITION</literal>
           statements on the same subpartitioned table could eventually
           cause the server to crash. (Bug #18962)

Thread
svn commit - mysqldoc@docsrva: r1915 - trunk/refman-commonjon24 Apr