Author: jstephens
Date: 2006-11-26 12:10:46 +0100 (Sun, 26 Nov 2006)
New Revision: 4034
Log:
Documenting fix for Bug #21690 in the MySQL 5.1 changelog.
Modified:
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-11-26 10:57:04 UTC (rev 4033)
+++ trunk/refman-5.1/news-5.1.xml 2006-11-26 11:10:46 UTC (rev 4034)
Changed blocks: 4, Lines Added: 20, Lines Deleted: 10; 2141 bytes
@@ -215,11 +215,6 @@
<ulink url="http://www.mysql.com/network/advisors.html"/>.
</para>
- <remark role="todo">
- [js] Uncomment the following once there are feature changes or
- additions to be reported.
- </remark>
-
<para>
Functionality added or changed:
</para>
@@ -237,7 +232,7 @@
<listitem>
<para>
A change in the interfaces for the
- <literal>INFORMATION_SCHEMA.FILES</literal> table have made
+ <literal>INFORMATION_SCHEMA.FILES</literal> table has made
the table accessible to storage engines other than
<literal>NDB</literal>. (Bug #23013)
</para>
@@ -618,11 +613,26 @@
<listitem>
<para>
- An <literal>NDB</literal> source file had a
- <literal>memset()</literal> call with reversed arguments. (Bug
- #23169)
+ <literal>NDB Cluster</literal>: An
<literal>NDB</literal>
+ source file included a <literal>memset()</literal> call with
+ reversed arguments. (Bug #23169)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: Under some conditions, the
+ data distribution could become unbalanced in a MySQL Cluster
+ with 2 or more node groups following the creation of a new
+ table. (Bug #21690)
+ </para>
+
+ <para>
+ As part of the fix for this bug, two new NDB API methods were
+ added to the <literal>NdbDictionary::Object::Table</literal>
+ class. See the MySQL Cluster API documentation for details.
+ </para>
+ </listitem>
<listitem>
<para>
@@ -634,7 +644,7 @@
<listitem>
<para>
- MySQL would fail to build on the Alpha platform. (Bug #23256)
+ MySQL failed to build on the Alpha platform. (Bug #23256)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4034 - trunk/refman-5.1 | jon | 26 Nov |