Author: js221926
Date: 2011-05-13 18:10:58 +0200 (Fri, 13 May 2011)
New Revision: 26211
Log:
Improve changelog entry for BUG#56226 / BUG#11763509
Fixes Docs BUG#61073 / BUG#12432195
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-05-13 13:06:16 UTC (rev 26210)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-05-13 16:10:58 UTC (rev 26211)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 4; 1372 bytes
@@ -6634,10 +6634,13 @@
<highlight type="replication"/>
<manual type="ALTER TABLE"/>
<manual type="binary log"/>
+ <manual type="MyISAM"/>
+ <manual type="DELETE"/>
</tags>
<bugs>
<fixes bugid="56226"/>
+ <fixes bugid="11763509"/>
</bugs>
<versions>
@@ -6647,10 +6650,13 @@
<message>
<para>
- An <literal role="stmt">ALTER TABLE</literal> statement against
- a <literal role="se">MyISAM</literal> table that altered a
- column without setting its size caused the binary log to become
- corrupted, leading to replication failure.
+ An <literal role="stmt">ALTER TABLE</literal> statement that
+ altered a column of a <literal role="se">MyISAM</literal> table
+ without setting the column's size caused the binary log to
+ become corrupted when the table map was unexpectedly set to 0 by
+ updates (including deletes) on multiple tables, leading to
+ replication failure when more than one table received the same
+ table map ID.
</para>
</message>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26211 - trunk/dynamic-docs/changelog | jon.stephens | 13 May |