List:Commits« Previous MessageNext Message »
From:jon Date:April 5 2006 6:48am
Subject:svn commit - mysqldoc@docsrva: r1721 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-04-05 06:48:16 +0200 (Wed, 05 Apr 2006)
New Revision: 1721

Log:

Cluster bugfixes:

  Bug #18349, Bug #18395, Bug #18472, Bug #18490, Bug #18491



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

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-04-04 16:59:19 UTC (rev 1720)
+++ trunk/refman-common/news-5.0.xml	2006-04-05 04:48:16 UTC (rev 1721)
@@ -211,6 +211,16 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: When multiple node restarts
+          were attempted without allowing each restart to complete, the
+          error message returned was <errortext>Array index out of
+            bounds</errortext> rather than <errortext>Too many crashed
+              replicas</errortext>. (Bug #18349)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-04 16:59:19 UTC (rev 1720)
+++ trunk/refman-common/news-5.1.xml	2006-04-05 04:48:16 UTC (rev 1721)
@@ -712,10 +712,51 @@
       
       <listitem>
         <para>
+          <literal>NDB Cluster</literal>: Attempting to restart a node
+          with dropped events still pending would fail. (Bug #18491)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: In asynchronous replication
+          scenarios, binary log events could be lost on the remote
+          <command>mysqld</command>. (Bug # 18472)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Two <command>mysqld</command>
+          processes starting at the same time could cause a race
+          condition. (Bug #18472)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Two <command>mysqld</command>
+          processes did not synchronise <literal>DROP TABLE</literal>
+          binary log events correctly. (Bug #18395)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: When multiple node restarts
+          were attempted without allowing each restart to complete, the
+          error message returned was <errortext>Array index out of
+            bounds</errortext> rather than <errortext>Too many crashed
+              replicas</errortext>. (Bug #18349)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           A <literal>SELECT ... ORDER BY ...</literal> from a view
           defined using a function could crash the server. An example of
-          such a view might be <literal>CREATE VIEW AS SELECT SQRT(c1)
-            FROM t1</literal>. (Bug #18386)
+          such a view might be <literal>CREATE VIEW v1 AS SELECT
+            SQRT(c1) FROM t1</literal>. (Bug #18386)
         </para>
       </listitem>
       

Thread
svn commit - mysqldoc@docsrva: r1721 - trunk/refman-commonjon5 Apr