Author: jstephens
Date: 2011-01-06 06:18:12 +0100 (Thu, 06 Jan 2011)
New Revision: 24682
Log:
Changelog entries for Replicatrion bugfixes
BUG#57288, BUG#57666
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-05 22:32:24 UTC (rev 24681)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-06 05:18:12 UTC (rev 24682)
Changed blocks: 1, Lines Added: 58, Lines Deleted: 0; 1637 bytes
@@ -10,6 +10,64 @@
<tags>
<highlight type="replication"/>
+ <manual type="INSERT DELAYED"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57666"/>
+ <seealsobug bugid="49567"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.9"/>
+ </versions>
+
+ <message>
+
+ <para>
+ While an <literal role="stmt">INSERT DELAYED</literal> statement
+ with a single inserted value does not return any visible
+ warnings, such a warning could be still written into the error
+ log.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="replication"/>
+ <manual type="DROP TEMPORARY TABLE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57288"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.55"/>
+ <version ver="5.5.9"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When closing a session that used temporary tables, binary
+ logging could sometimes fail with a spurious <errortext>Failed
+ to write the DROP statement for temporary tables to binary
+ log</errortext>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="replication"/>
<manual type="binlog_cache_size"/>
<manual type="max_binlog_cache_size"/>
<manual type="binlog_stmt_cache_size"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24682 - trunk/dynamic-docs/changelog | jon.stephens | 6 Jan |