List:Commits« Previous MessageNext Message »
From:jon Date:March 17 2006 9:32am
Subject:svn commit - mysqldoc@docsrva: r1611 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-03-17 09:32:42 +0100 (Fri, 17 Mar 2006)
New Revision: 1611

Log:

Documenting bugfixes...

  Event Scheduler: Bug #16408, Bug #17408

  Cluster/Replication: Bug #18208



Modified:
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-17 04:43:29 UTC (rev 1610)
+++ trunk/refman-common/news-5.1.xml	2006-03-17 08:32:42 UTC (rev 1611)
@@ -436,6 +436,30 @@
       
       <listitem>
         <para>
+          <literal>NDB Cluster</literal>:
<literal>auto_increment</literal>
+          values were not propagated correctly in statement-based replication.
+          (Bug #18208)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Rpeated invocations of a stored procedure containing a <literal>SHOW
+            CREATE EVENT</literal> statement would result in the error
+          <errortext>Packets out of order</errortext>. (Bug #17403)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Repeated invocations of a stored procedure containing a
+          <literal>CREATE EVENT</literal> or <literal>ALTER
EVENT</literal>
+          statement would crash the server. (Bug #16408)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           Renaming and adding a new column to a partitioned table in the same
           <literal>ALTER TABLE</literal> statement caused the server to
crash.
           (Bug #17772)

Thread
svn commit - mysqldoc@docsrva: r1611 - trunk/refman-commonjon17 Mar