Author: jstephens
Date: 2009-05-19 13:33:54 +0200 (Tue, 19 May 2009)
New Revision: 14990
Log:
Replication bugfixes: Bug #38694, Bug #41902
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-05-19 10:24:19 UTC (rev 14989)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-05-19 11:33:54 UTC (rev 14990)
Changed blocks: 1, Lines Added: 63, Lines Deleted: 0; 1932 bytes
@@ -9,6 +9,69 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="replication"/>
+ <manual type="RESET SLAVE"/>
+ <manual type="RESET MASTER"/>
+ <manual type="FLUSH LOGS"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="41902"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.12"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Executing the sequence of statements <literal role="stmt">RESET
+ SLAVE</literal>, <literal role="stmt">RESET MASTER</literal>,
+ and <literal role="stmt">FLUSH LOGS</literal>, when binary log
+ or relay log files listed in the index file could not be found,
+ could cause the server to crash. This could happen, for example,
+ when these files had been moved or deleted manually.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="replication"/>
+ <manual type="START SLAVE"/>
+ <manual type="STOP SLAVE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="38694"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.82"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Restarting the replication slave — either by using
+ <literal role="stmt">STOP SLAVE</literal> plus
+ <literal role="stmt">START SLAVE</literal>, or by restarting the
+ slave <command>mysqld</command> process — could sometimes
+ cause the slave to crash when using a debug version of the
+ server.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="cluster"/>
<manual type="ndbd"/>
<manual type="ndbmtd"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r14990 - trunk/dynamic-docs/changelog | jon.stephens | 19 May |