List:Commits« Previous MessageNext Message »
From:jon Date:March 16 2006 8:55pm
Subject:svn commit - mysqldoc@docsrva: r1608 - in trunk: refman-5.1 refman-common
View as plain text  
Author: jstephens
Date: 2006-03-16 20:55:10 +0100 (Thu, 16 Mar 2006)
New Revision: 1608

Log:

Documenting fix for Bug #17772 (Partitioning).

Cluster Limitations (5.1): NDB doesn't respect SQL_LOG_BIN (Bug #16680).



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

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-03-16 19:23:37 UTC (rev 1607)
+++ trunk/refman-5.1/ndbcluster.xml	2006-03-16 19:55:10 UTC (rev 1608)
@@ -11147,6 +11147,15 @@
               <xref linkend="partitioning-key"/>.
             </para>
           </listitem>
+          
+          <listitem>
+            <para>
+              When using row-based replication with MySQL Cluster, binary
+              logging cannot be disabled. That is, the <literal>NDB</literal>
+              storage engine ignores the value of
+              <literal>SQL_LOG_BIN</literal>. (Bug #16680)
+            </para>
+          </listitem>
 
         </itemizedlist>
       </listitem>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-16 19:23:37 UTC (rev 1607)
+++ trunk/refman-common/news-5.1.xml	2006-03-16 19:55:10 UTC (rev 1608)
@@ -433,6 +433,14 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          Renaming and adding a new column to a partitioned table in the same
+          <literal>ALTER TABLE</literal> statement caused the server to crash.
+          (Bug #17772)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1608 - in trunk: refman-5.1 refman-commonjon16 Mar