Author: js221926
Date: 2011-05-13 13:58:30 +0200 (Fri, 13 May 2011)
New Revision: 26207
Log:
Changelog entries, Cluster bugfixes:
BUG#60484, BUG#61147
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-05-13 11:08:32 UTC (rev 26206)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-05-13 11:58:30 UTC (rev 26207)
Changed blocks: 1, Lines Added: 67, Lines Deleted: 0; 2078 bytes
@@ -9,6 +9,73 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="cluster"/>
+ <manual type="ndb_mgmd"/>
+ <manual type="ndb_mgm"/>
+ <manual type="STOP command"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="61147"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.56-ndb-7.0.25"/>
+ <version ver="5.1.56-ndb-7.1.14"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When using two management servers, issuing in an
+ <command>ndb_mgm</command> client connected to one management
+ server a <literal>STOP</literal> command for stopping the other
+ management server caused Error 2002 (<errortext>Stop failed ...
+ Send to process or receive failed.: Permanent error: Application
+ error</errortext>), even though the <literal>STOP</literal>
+ command actually succeeded, and the second
+ <command>ndb_mgmd</command> was shut down.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="cluster"/>
+ <manual type="renames"/>
+ <manual type="BLOB"/>
+ <manual type="TEXT"/>
+ <manual type="mysqld"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="60484"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.56-ndb-7.0.25"/>
+ <version ver="5.1.56-ndb-7.1.14"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Renaming a table having <literal role="type">BLOB</literal> or
+ <literal role="type">TEXT</literal> columns (or both) to another
+ database caused the SQL node to crash, and the table to become
+ inaccessible afterwards.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="replication"/>
<manual type="LOAD DATA INFILE"/>
<manual type="SBR"/>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26207 - trunk/dynamic-docs/changelog | jon.stephens | 13 May |