List:Commits« Previous MessageNext Message »
From:jon.stephens Date:May 6 2009 1:04pm
Subject:svn commit - mysqldoc@docsrva: r14824 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-05-06 15:04:12 +0200 (Wed, 06 May 2009)
New Revision: 14824

Log:

Documented Replication Bugfixes:

  Bug #35515, Bug #37145, Bug #38197



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-06 10:36:56 UTC (rev 14823)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-05-06 13:04:12 UTC (rev 14824)
Changed blocks: 1, Lines Added: 122, Lines Deleted: 0; 3004 bytes

@@ -10,6 +10,128 @@
 
     <tags>
       <highlight type="replication"/>
+      <manual type="SHOW SLAVE STATUS"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="38197"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.35"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The following erors were not correctly reported:
+        <itemizedlist>
+
+          <listitem>
+            <para>
+              Failures during slave thread initialization
+            </para>
+          </listitem>
+
+        </itemizedlist>
+        <itemizedlist>
+
+          <listitem>
+            <para>
+              Failures while initializing the relay log position
+              (immediately following the starting of the slave thread)
+            </para>
+          </listitem>
+
+        </itemizedlist>
+        <itemizedlist>
+
+          <listitem>
+            <para>
+              Failures while processing queries passed through the
+              <option>--init_slave</option> option.
+            </para>
+          </listitem>
+
+        </itemizedlist>
+      </para>
+
+      <para>
+        Information about these types of failures can now be found in
+        the output of <literal role="stmt" condition="show">SHOW SLAVE
+        STATUS</literal>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="replication"/>
+      <manual type="binlog"/>
+      <manual type="DDL"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="37145"/>
+      <seealsobug bugid="27571"/>
+      <seealsobug bugid="22725"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.82"/>
+      <version ver="5.1.35"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Killing the thread executing a DDL statement, after it had
+        finished its execution but before it had written the binlog
+        event, caused the error code in the binlog event to be set
+        (incorrectly) to <errorcode>ER_SERVER_SHUTDOWN</errorcode> or
+        <errorcode>ER_QUERY_INTERRUPTED</errorcode>, which caused
+        replication to fail.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="replication"/>
+      <manual type="binlog"/>
+      <manual type="subqueries"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="35515"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.82"/>
+      <version ver="5.1.35"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Column alises used inside subqueries were ignored in the binary
+        log.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="replication"/>
       <highlight type="importantchange"/>
       <manual type="STOP SLAVE"/>
       <manual type="transactions"/>


Thread
svn commit - mysqldoc@docsrva: r14824 - trunk/dynamic-docs/changelogjon.stephens6 May