List:Commits« Previous MessageNext Message »
From:jon.stephens Date:November 4 2009 3:34pm
Subject:svn commit - mysqldoc@docsrva: r17440 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-11-04 16:34:08 +0100 (Wed, 04 Nov 2009)
New Revision: 17440

Log:

Documented Cluster bugfixes:

	Bug #23662, Bug #44952, Bug #47366, Bug #48498, Bug #48519



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-11-04 14:23:43 UTC (rev 17439)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-11-04 15:34:08 UTC (rev 17440)
Changed blocks: 2, Lines Added: 119, Lines Deleted: 0; 3085 bytes

@@ -9,7 +9,125 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="diskdata"/>
+      <manual type="error reporting"/>
+      <manual type="InitialLogFileGroup"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="48517"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.39-ndb-7.0.10"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal role="se">NDBCLUSTER</literal> failed to provide a
+        valid error message it failed to commit schema transactions
+        during an initial start if the cluster was configured using the
+        <literal>InitialLogFileGroup</literal> parameter.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="diskdata"/>
+      <manual type="ndbmtd"/>
+      <manual type="system restarts"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="48498"/>
+      <seealsobug bugid="47832"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.39-ndb-7.0.10"/>
+    </versions>
+
+    <message>
+
+      <para>
+        In certain limited cases, it was possible when the cluster
+        contained Disk Data tables for <command>ndbmtd</command> to
+        crash during a system restart.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="feature">
+
+    <tags>
       <highlight type="cluster"/>
+      <manual type="ndb_config"/>
+      <manual type="restarts"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="47366"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.39-ndb-6.3.29"/>
+      <version ver="5.1.39-ndb-7.0.10"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The output from <command>ndb_config</command>
+        <option role="ndb_config">--xml</option>
+        <option role="ndb_config">--configinfo</option> now includes the
+        restart type required for resetting each configuration
+        parameter.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="errors"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="23662"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.39-ndb-6.2.19"/>
+      <version ver="5.1.37-ndb-6.3.27a"/>
+      <version ver="5.1.37-ndb-7.0.8a"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The error message text for <literal role="se">NDB</literal>
+        error code 410 (<errortext>REDO log files
+        overloaded...</errortext>) was truncated.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
       <manual type="ndbmtd"/>
       <manual type="LongMessageBuffer"/>
     </tags>

@@ -8839,6 +8957,7 @@
     </bugs>
 
     <versions>
+      <version ver="5.0.88"/>
       <version ver="5.1.34-ndb-6.2.18"/>
       <version ver="5.1.35-ndb-6.3.26"/>
       <version ver="5.1.34-ndb-7.0.6"/>


Thread
svn commit - mysqldoc@docsrva: r17440 - trunk/dynamic-docs/changelogjon.stephens4 Nov