List:Commits« Previous MessageNext Message »
From:jon.stephens Date:September 11 2009 1:50pm
Subject:svn commit - mysqldoc@docsrva: r16575 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-09-11 15:50:58 +0200 (Fri, 11 Sep 2009)
New Revision: 16575

Log:

Documented fixes for Cluster bugs:

	Bug #44685, Bug #44749



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-09-11 13:11:46 UTC (rev 16574)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-09-11 13:50:58 UTC (rev 16575)
Changed blocks: 1, Lines Added: 70, Lines Deleted: 0; 2004 bytes

@@ -9,6 +9,76 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="cluster"/>
+      <manual type="ndb_config"/>
+      <manual type="--configinfo"/>
+      <manual type="--xml"/>
+      <manual type="HostName"/>
+      <manual type="MaxNoOfFiles"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="44749"/>
+      <seealsobug bugid="44685"/>
+      <seealsobug bugid="44746"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.34-ndb-6.3.25"/>
+      <version ver="5.1.34-ndb-7.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <command>ndb_config
+        <option role="ndb_config">--xml</option></command> did not
+        output any entries for the <literal>HostName</literal>
+        parameter. In addition, the default listed for
+        <literal>MaxNoOfFiles</literal> was outside the allowed range of
+        values.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="ndb_config"/>
+      <manual type="--configinfo"/>
+      <manual type="--xml"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="44685"/>
+      <seealsobug bugid="44746"/>
+      <seealsobug bugid="44749"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.34-ndb-6.3.25"/>
+      <version ver="5.1.34-ndb-7.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The output of <command>ndb_config
+        <option role="ndb_config">--xml</option></command> did not
+        provide information about all sections of the configuration
+        file.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="replication"/>
       <manual type="CREATE ... IF NOT EXISTS"/>
       <manual type="binlog"/>


Thread
svn commit - mysqldoc@docsrva: r16575 - trunk/dynamic-docs/changelogjon.stephens11 Sep