Author: jstephens
Date: 2008-09-19 15:38:08 +0200 (Fri, 19 Sep 2008)
New Revision: 11856
Log:
Documenting fix for Cluster Bug #39518
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-09-19 12:54:24 UTC (rev 11855)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-09-19 13:38:08 UTC (rev 11856)
Changed blocks: 1, Lines Added: 34, Lines Deleted: 0; 1208 bytes
@@ -9,6 +9,40 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="cluster"/>
+ <manual type="UNIQUE"/>
+ <manual type="SUMA"/>
+ <manual type="SUB_CREATE_REF"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="39518"/>
+ <seealsobug bugid="39450"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.28-ndb-6.2.16"/>
+ <version ver="5.1.28-ndb-6.3.18"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Creating a unique index on an <literal>NDBCLUSTER</literal>
+ table caused a memory leak in the <literal>NDB</literal>
+ subscription manager (<literal>SUMA</literal>) which could lead
+ to mysqld hanging, due to the fact that the resource shortage
+ was not reported back to the <literal>NDB</literal> kernel
+ correctly.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="replication"/>
</tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11856 - trunk/dynamic-docs/changelog | jon | 19 Sep |