List:Commits« Previous MessageNext Message »
From:jon Date:April 22 2006 3:37pm
Subject:svn commit - mysqldoc@docsrva: r1900 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-04-22 17:37:38 +0200 (Sat, 22 Apr 2006)
New Revision: 1900

Log:

Documenting Cluster bugfixes:
  Bug #18594, Bug #19214, Bug #16445, Bug #16796



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-22 13:20:08 UTC (rev 1899)
+++ trunk/refman-common/news-5.1.xml	2006-04-22 15:37:38 UTC (rev 1900)
@@ -123,6 +123,34 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Performing multiple <literal>ALTER
+            TABLE</literal> operations on the same NDB table from
+          different <command>mysqld</command> processes in the same
+          cluster led to schema versioning errors when trying to access
+          the table again following the restart of one of the
+          <command>mysqld</command> processes. (Bug #16445)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Starting
+          <command>mysqld</command> without <option>--log-bin</option>
+          caused DDL statements on <literal>NDB</literal> tables to time
+          out. (Bug #19214)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Fragment IDs were not being
+          logged correctly, causing <command>ndb_restore_log</command>
+          to fail. (Bug #18594)
+        </para>
+      </listitem>
 
       <listitem>
         <para>
@@ -509,6 +537,14 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: <literal>BLOB</literal>
+          columns did not work correctly with user-partitioned
+          <literal>NDB</literal> tables. (Bug #16796)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1900 - trunk/refman-commonjon22 Apr