List:Commits« Previous MessageNext Message »
From:jon Date:September 2 2008 3:09pm
Subject:svn commit - mysqldoc@docsrva: r11637 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-09-02 17:09:43 +0200 (Tue, 02 Sep 2008)
New Revision: 11637

Log:

Documented fix for Replication Bug #37051



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-02 14:13:59 UTC (rev 11636)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-02 15:09:43 UTC (rev 11637)
Changed blocks: 1, Lines Added: 33, Lines Deleted: 0; 1064 bytes

@@ -10,6 +10,39 @@
 
     <tags>
       <highlight type="replication"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="37051"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.27"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The
+        <option>--replicate-<replaceable>*</replaceable>-table</option>
+        options were not evaluated correctly when replicating
+        multi-table updates.
+      </para>
+
+      <para>
+        As a result of this fix, replication of multi-table updates no
+        longer fails when an update references a missing table but does
+        not update any of its columns.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="replication"/>
       <manual type="DROP DATABASE"/>
     </tags>
 


Thread
svn commit - mysqldoc@docsrva: r11637 - trunk/dynamic-docs/changelogjon2 Sep