List:Commits« Previous MessageNext Message »
From:jon Date:November 2 2008 10:17pm
Subject:svn commit - mysqldoc@docsrva: r12254 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-11-02 23:17:00 +0100 (Sun, 02 Nov 2008)
New Revision: 12254

Log:

Documented fix for Cluster Bug #40346



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-11-02 22:07:46 UTC (rev 12253)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-11-02 22:17:00 UTC (rev 12254)
Changed blocks: 1, Lines Added: 29, Lines Deleted: 0; 1010 bytes

@@ -9,6 +9,35 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="cluster"/>
+      <manual type="mysqldump"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="40346"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.29-ndb-6.2.17"/>
+      <version ver="5.1.29-ndb-6.3.19"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Restoring a MySQL Cluster from a dump made using
+        <command>mysqldump</command> failed due to a spurious error:
+        <errortext>Can't execute the given command because you have
+        active locked tables or an active transaction</errortext>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="clusterapi"/>
     </tags>
 


Thread
svn commit - mysqldoc@docsrva: r12254 - trunk/dynamic-docs/changelogjon2 Nov