List:Commits« Previous MessageNext Message »
From:jon Date:June 2 2006 6:39am
Subject:svn commit - mysqldoc@docsrva: r2251 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-06-02 06:39:46 +0200 (Fri, 02 Jun 2006)
New Revision: 2251

Log:

Documenting Cluster bugfixes:
  Bug #16997, Bug #20185



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-01 19:02:06 UTC (rev 2250)
+++ trunk/refman-common/news-4.1.xml	2006-06-02 04:39:46 UTC (rev 2251)
@@ -192,6 +192,24 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: The failure of a data node
+          when preparing to commit a transaction (that is, while the
+          node's status was <literal>CS_PREPARE_TO_COMMIT</literal>)
+          could cause the failure of other cluster data nodes. (Bug
+          #20185)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Renaming a table in such a way
+          as to movit to to a different database failed to move the
+          table's indexes. (Bug #19967)  
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-06-01 19:02:06 UTC (rev 2250)
+++ trunk/refman-common/news-5.0.xml	2006-06-02 04:39:46 UTC (rev 2251)
@@ -324,6 +324,24 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: The failure of a data node
+          when preparing to commit a transaction (that is, while the
+          node's status was <literal>CS_PREPARE_TO_COMMIT</literal>)
+          could cause the failure of other cluster data nodes. (Bug
+          #20185)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Renaming a table in such a way
+          as to movit to to a different database failed to move the
+          table's indexes. (Bug #19967)  
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-06-01 19:02:06 UTC (rev 2250)
+++ trunk/refman-common/news-5.1.xml	2006-06-02 04:39:46 UTC (rev 2251)
@@ -143,6 +143,24 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: The failure of a data node
+          when preparing to commit a transaction (that is, while the
+          node's status was <literal>CS_PREPARE_TO_COMMIT</literal>)
+          could cause the failure of other cluster data nodes. (Bug
+          #20185)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Renaming a table in such a way
+          as to movit to to a different database failed to move the
+          table's indexes. (Bug #19967)  
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r2251 - trunk/refman-commonjon2 Jun