List:Commits« Previous MessageNext Message »
From:jon.stephens Date:February 19 2009 9:35am
Subject:svn commit - mysqldoc@docsrva: r13836 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-02-19 09:35:40 +0100 (Thu, 19 Feb 2009)
New Revision: 13836

Log:

Documented Cluster bugfixes:

  Bug #39096, Bug #41031



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-02-19 03:30:42 UTC (rev 13835)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-02-19 08:35:40 UTC (rev 13836)
Changed blocks: 1, Lines Added: 60, Lines Deleted: 0; 1775 bytes

@@ -10,6 +10,66 @@
 
     <tags>
       <highlight type="cluster"/>
+      <manual type="START BACKUP"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="41031"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.32-ndb-6.2.17"/>
+      <version ver="5.1.32-ndb-6.3.23"/>
+      <version ver="5.1.32-ndb-6.4.3"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Given a MySQL Cluster containing no data (that is, whose data
+        nodes had all been started using <option>--initial</option>, and
+        into which no data had yet been imported) and having an empty
+        backup directory, executing <literal>START BACKUP</literal> with
+        a user-specified backup ID caused the data nodes to crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="diskdata"/>
+      <manual type="EXTENT_SIZE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="39096"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.32-ndb-6.2.17"/>
+      <version ver="5.1.32-ndb-6.3.23"/>
+      <version ver="5.1.32-ndb-6.4.3"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Creating a Disk Data tablespace with a very large extent size
+        caused the data nodes to fail. The issue was observed when using
+        extent sizes of 100 MB and larger.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
       <manual type="ndb_mgmd"/>
       <manual type="connectstrings"/>
     </tags>


Thread
svn commit - mysqldoc@docsrva: r13836 - trunk/dynamic-docs/changelogjon.stephens19 Feb 2009