Author: jstephens
Date: 2008-06-24 16:53:58 +0200 (Tue, 24 Jun 2008)
New Revision: 11016
Log:
Documented fix for Replication Bug #36443 (Thanks, Andrei!)
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-06-24 14:06:21 UTC (rev 11015)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-06-24 14:53:58 UTC (rev 11016)
Changed blocks: 1, Lines Added: 33, Lines Deleted: 0; 1143 bytes
@@ -6,6 +6,39 @@
]>
<changelog>
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="replication"/>
+ <manual type="AUTO_INCREMENT"/>
+ <manual type="triggers"/>
+ <manual type="INSERT"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36443"/>
+ <seealsobug bugid="33029"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.26"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Performing an insert on a table having an
+ <literal>AUTO_INCREMENT</literal> column and an
+ <literal>INSERT</literal> trigger that was being replicated from
+ a master running MySQL 5.0 or any version of MySQL 5.1 up to and
+ including MySQL 5.1.11 to a slave running MySQL 5.1.12 or later
+ caused the replication slave to crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
<logentry entrytype="feature">
<tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11016 - trunk/dynamic-docs/changelog | jon | 24 Jun |