Author: jstephens
Date: 2011-01-28 16:12:19 +0100 (Fri, 28 Jan 2011)
New Revision: 24925
Log:
Changelog entry: Cluster BUG#59756
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-28 12:58:12 UTC (rev 24924)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-28 15:12:19 UTC (rev 24925)
Changed blocks: 1, Lines Added: 33, Lines Deleted: 0; 1294 bytes
@@ -9,6 +9,39 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="cluster"/>
+ <manual type="CREATE TABLE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="59756"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.51-ndb-7.0.22"/>
+ <version ver="5.1.51-ndb-7.1.11"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When a <literal role="stmt">CREATE TABLE</literal> statement
+ failed due to <literal role="se">NDB</literal> error 1224
+ (<errortext>Too many fragments</errortext>), it was not possible
+ to create the table afterward unless either it had no ordered
+ indexes, or a <literal role="stmt">DROP TABLE</literal>
+ statement was issued first, even if the subsequent
+ <literal role="stmt">CREATE TABLE</literal> was valid and should
+ otherwise have succeeded.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="replication"/>
<manual type="STOP SLAVE"/>
</tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24925 - trunk/dynamic-docs/changelog | jon.stephens | 28 Jan |