List:Commits« Previous MessageNext Message »
From:mcbrown Date:October 18 2006 10:16am
Subject:svn commit - mysqldoc@docsrva: r3668 - trunk/refman-5.1
View as plain text  
Author: mcbrown
Date: 2006-10-18 12:16:02 +0200 (Wed, 18 Oct 2006)
New Revision: 3668

Log:
Added bug #20265



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


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-10-18 10:10:33 UTC (rev 3667)
+++ trunk/refman-5.1/news-5.1.xml	2006-10-18 10:16:02 UTC (rev 3668)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 690 bytes

@@ -867,6 +867,11 @@
 </programlisting>
       </listitem>
 
+      <listitem><para>When using row based replication, a
+        <literal>CREATE TABLE...SELECT</literal> statement would be replicated,
+        even if the table creation failed on the master (for example, due to a
+        duplicate key failure). (Bug #20265)</para></listitem>
+      
       <listitem>
         <para>
           Deleting entries from a large <literal>MyISAM</literal> index


Thread
svn commit - mysqldoc@docsrva: r3668 - trunk/refman-5.1mcbrown18 Oct