List:Commits« Previous MessageNext Message »
From:jon Date:May 22 2006 2:51pm
Subject:svn commit - mysqldoc@docsrva: r2145 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-05-22 16:51:29 +0200 (Mon, 22 May 2006)
New Revision: 2145

Log:

Documenting fix for Bug #19492 (Cluster Replication).



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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-05-22 14:39:18 UTC (rev 2144)
+++ trunk/refman-common/news-5.1.xml	2006-05-22 14:51:29 UTC (rev 2145)
@@ -577,6 +577,15 @@
       
       <listitem>
         <para>
+          <literal>NDB Cluster</literal> (Replication): Using the
+          <option>--binlog-do-db</option> option caused problems with
+          <literal>CREATE TABLE</literal> on the cluster acting as the
+          replication master. (Bug #19492)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: Some queries having a
           <literal>WHERE</literal> clause of the form <literal>c1=val1
             OR c2 LIKE 'val2'</literal> were not evaluated correctly.

Thread
svn commit - mysqldoc@docsrva: r2145 - trunk/refman-commonjon22 May