List:Commits« Previous MessageNext Message »
From:jon Date:November 10 2008 4:21pm
Subject:svn commit - mysqldoc@docsrva: r12373 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-11-10 17:21:26 +0100 (Mon, 10 Nov 2008)
New Revision: 12373

Log:

Documented RBR bugfixes:
  Bug #38230, Bug #40004



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-11-10 15:54:39 UTC (rev 12372)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-11-10 16:21:26 UTC (rev 12373)
Changed blocks: 2, Lines Added: 31, Lines Deleted: 0; 1189 bytes

@@ -9,6 +9,36 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="replication"/>
+      <manual type="RBR"/>
+      <manual type="UPDATE"/>
+      <manual type="DELETE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="38230"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.31"/>
+    </versions>
+
+    <message>
+
+      <para>
+        With row-based replication, <literal>UPDATE</literal> and
+        <literal>DELETE</literal> statements using
+        <literal>LIMIT</literal> and a table&apos;s primary key could
+        produce different results on the master and slave.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="partitioning"/>
       <manual type="SHOW CREATE TABLE"/>
       <manual type="usability"/>

@@ -268,6 +298,7 @@
 
     <versions>
       <version ver="5.1.30"/>
+      <version ver="6.0.9"/>
     </versions>
 
     <message>


Thread
svn commit - mysqldoc@docsrva: r12373 - trunk/dynamic-docs/changelogjon10 Nov