Author: js221926
Date: 2011-05-18 11:51:39 +0200 (Wed, 18 May 2011)
New Revision: 26264
Log:
Changelog entry, fix for Replication BUG#11745939 / BUG#21437
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-18 05:03:43 UTC (rev 26263)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-05-18 09:51:39 UTC (rev 26264)
Changed blocks: 1, Lines Added: 31, Lines Deleted: 0; 1170 bytes
@@ -10,6 +10,37 @@
<tags>
<highlight type="replication"/>
+ <manual type="binary log"/>
+ <manual type="EE_FILENOTFOUND"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="11745939"/>
+ <fixes bugid="21437"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.6.3"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When a slave requested a binary log file which did not exist on
+ master, the slave continued to request the file regardless. This
+ caused the slave's error log to be flooded with low-level
+ <errorname>EE_FILENOTFOUND</errorname> errors (error code 29)
+ from the master.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="replication"/>
<manual type="Append_block events"/>
<manual type="Create_file events"/>
<manual type="SHOW SLAVE STATUS"/>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26264 - trunk/dynamic-docs/changelog | jon.stephens | 19 May |