List:Commits« Previous MessageNext Message »
From:jon Date:February 16 2008 9:42am
Subject:svn commit - mysqldoc@docsrva: r9868 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-02-16 10:42:55 +0100 (Sat, 16 Feb 2008)
New Revision: 9868

Log:

Documenting Cluster bugfixes: Bug #21052, Bug #32434 (ClusterRep)



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-02-16 02:18:08 UTC (rev 9867)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-02-16 09:42:55 UTC (rev 9868)
Changed blocks: 2, Lines Added: 33, Lines Deleted: 0; 1316 bytes

@@ -10,9 +10,41 @@
 
     <tags>
       <highlight type="cluster"/>
+      <manual type="backups"/>
+      <manual type="error messages"/>
     </tags>
 
     <bugs>
+      <fixes bugid="21052"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.48"/>
+      <version ver="5.1.21"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When a cluster backup was terminated using the <literal>ABORT
+        BACKUP</literal> command in the management client, a misleading
+        error message <errortext>Backup aborted by application:
+        Permanent error: Internal error</errortext> was returned. The
+        error message returned in such cases now reads <errortext>Backup
+        aborted by user request</errortext>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+    </tags>
+
+    <bugs>
       <fixes bugid="34445"/>
     </bugs>
 

@@ -814,6 +846,7 @@
 
     <bugs>
       <fixes bugid="27779"/>
+      <fixes bugid="32434"/>
       <introducedby bugid="22583"/>
     </bugs>
 


Thread
svn commit - mysqldoc@docsrva: r9868 - trunk/dynamic-docs/changelogjon16 Feb