List:Commits« Previous MessageNext Message »
From:jon.stephens Date:March 26 2009 6:01pm
Subject:svn commit - mysqldoc@docsrva: r14389 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-03-26 18:01:26 +0100 (Thu, 26 Mar 2009)
New Revision: 14389

Log:

Documented RPL bugfixes:

  Bug #42244, Bug #43075



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-03-26 16:33:53 UTC (rev 14388)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-03-26 17:01:26 UTC (rev 14389)
Changed blocks: 1, Lines Added: 73, Lines Deleted: 0; 1885 bytes

@@ -10,6 +10,79 @@
 
     <tags>
       <highlight type="replication"/>
+      <manual type="master.info"/>
+      <manual type="relay log"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="43075"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.11"/>
+    </versions>
+
+    <message>
+
+      <para>
+        This fix handles 2 issues encountered on replication slaves
+        during startup:
+      </para>
+
+      <orderedlist>
+
+        <listitem>
+          <para>
+            A failure while allocating the master info structure caused
+            the slave to crash.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            A failure during recovery caused the relay log file not to
+            be properly initialized which led to a crash on the slave.
+          </para>
+        </listitem>
+
+      </orderedlist>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="startup"/>
+      <manual type="shutdown"/>
+      <manual type="options"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="42244"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.11"/>
+    </versions>
+
+    <message>
+
+      <para>
+        If the server was started with an option that had a missing or
+        invalid value, a subsequent error that would cause normally the
+        server to shut down could cause it to crash instead.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="replication"/>
       <manual type="SHOW SLAVE STATUS"/>
       <manual type="SHOW STATUS"/>
       <manual type="Slave_IO_running"/>


Thread
svn commit - mysqldoc@docsrva: r14389 - trunk/dynamic-docs/changelogjon.stephens26 Mar 2009