List:Commits« Previous MessageNext Message »
From:jon Date:October 12 2007 3:54pm
Subject:svn commit - mysqldoc@docsrva: r8077 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-10-12 17:54:55 +0200 (Fri, 12 Oct 2007)
New Revision: 8077

Log:

Documented fix for Cluster Bug #31320



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


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-10-12 14:17:56 UTC (rev 8076)
+++ trunk/refman-5.1/news-5.1.xml	2007-10-12 15:54:55 UTC (rev 8077)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 3; 856 bytes

@@ -904,22 +904,27 @@
 
       </itemizedlist>
 
-<!--
       <para>
-        This release fixes the following bug:
+        This release fixes the following bugs:
       </para>
 
       <itemizedlist>
 
         <listitem>
           <para>
+            A transaction was not aborted following the failure of
+            statement. (Bug #31320)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
             Errors could sometimes occur during an online <literal>ADD
             COLUMN</literal> under load. (Bug #31082)
           </para>
         </listitem>
 
       </itemizedlist>
--->
 
     </section>
 


Thread
svn commit - mysqldoc@docsrva: r8077 - trunk/refman-5.1jon12 Oct