Author: jstephens
Date: 2010-09-29 14:25:39 +0200 (Wed, 29 Sep 2010)
New Revision: 22897
Log:
Added changelog entries for Cluster/Cluster API bugfixes:
BUG#57087, BUG#57088, BUG#57089
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-09-29 11:58:20 UTC (rev 22896)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-09-29 12:25:39 UTC (rev 22897)
Changed blocks: 1, Lines Added: 96, Lines Deleted: 0; 2881 bytes
@@ -9,6 +9,102 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="clusterapi"/>
+ <manual type="ndb_mgm_stop()"/>
+ <manual type="ndb_mgm_restart()"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57089"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.47-ndb-7.0.19"/>
+ <version ver="5.1.47-ndb-7.1.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The MGM API functions <literal>ndb_mgm_stop()</literal> and
+ <literal>ndb_mgm_restart()</literal> set the error code and
+ message without first checking whether the management server
+ handle was <literal>NULL</literal>, which could lead to fatal
+ errors in MGM API applications that depended on these functions.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="clusterapi"/>
+ <manual type="ndb_mgm_get_version()"/>
+ <manual type="ndb_mgm_get_latest_error()"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57088"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.47-ndb-7.0.19"/>
+ <version ver="5.1.47-ndb-7.1.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The MGM API function <literal>ndb_mgm_get_version()</literal>
+ did not set the error message before returning with an error.
+ With this fix, it is now possible to call
+ <literal>ndb_mgm_get_latest_error()</literal> after a failed
+ call to this function such that
+ <literal>ndb_mgm_get_latest_error()</literal> returns an error
+ number and error message, as expected of MGM API calls.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="cluster"/>
+ <manual type="data nodes"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57087"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.47-ndb-7.0.19"/>
+ <version ver="5.1.47-ndb-7.1.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ At startup, an <command>ndbd</command> or
+ <command>ndbmtd</command> process creates directories for its
+ filesystem without checking to see whether they already exist.
+ Portability code added in MySQL Cluster NDB 7.0.18 and MySQL
+ Cluster NDB 7.1.7 did not account for this fact, printing a
+ spurious error message when a directory to be created already
+ existed. This unneeded printout has been removed.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="clusterreplication"/>
<manual type="mysqld"/>
<manual type="shutdown"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r22897 - trunk/dynamic-docs/changelog | jon.stephens | 29 Sep |