List:Commits« Previous MessageNext Message »
From:jon.stephens Date:October 23 2009 2:04pm
Subject:svn commit - mysqldoc@docsrva: r17285 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-10-23 16:04:31 +0200 (Fri, 23 Oct 2009)
New Revision: 17285

Log:

Documented Replication bugfixes:
	
	Bug #47312, Bug #47323



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-10-23 13:41:45 UTC (rev 17284)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-10-23 14:04:31 UTC (rev 17285)
Changed blocks: 2, Lines Added: 38, Lines Deleted: 0; 1465 bytes

@@ -10,6 +10,42 @@
 
     <tags>
       <highlight type="replication"/>
+      <manual type="RBR"/>
+      <manual type="updates"/>
+      <manual type="mysqlbinlog --verbose"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="47323"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.39-ndb-6.2.19"/>
+      <version ver="5.1.39-ndb-6.3.28"/>
+      <version ver="5.1.39-ndb-7.0.9"/>
+      <version ver="5.1.41"/>
+      <version ver="5.5.0"/>
+      <version ver="6.0.14"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When <command>mysqlbinlog</command>
+        <option role="mysqlbinlog">--verbose</option> was used to read a
+        binary log that had been recorded using the row-based format,
+        the output for events that updated some but not all columns of
+        tables was not correct.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="replication"/>
       <manual type="DROP TEMPORARY TABLE"/>
       <manual type="binary log"/>
       <manual type="ROW"/>

@@ -1568,6 +1604,8 @@
 
     <versions>
       <version ver="5.1.40"/>
+      <version ver="5.5.0"/>
+      <version ver="6.0.14"/>
     </versions>
 
     <message>


Thread
svn commit - mysqldoc@docsrva: r17285 - trunk/dynamic-docs/changelogjon.stephens23 Oct