From: jon
Date: December 15 2005 1:30pm
Subject: svn commit - mysqldoc@docsrva: r568 - trunk/refman-common
List-Archive: http://lists.mysql.com/commits/177
Message-Id: <200512151330.jBFDUcWX017149@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2005-12-15 14:30:37 +0100 (Thu, 15 Dec 2005)
New Revision: 568
Log:
Documented fix for Bug #13078 (Cluster). (Thanks, Jonas!)
Modified:
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2005-12-15 12:28:44 UTC (rev 567)
+++ trunk/refman-common/news-4.1.xml 2005-12-15 13:30:37 UTC (rev 568)
@@ -182,6 +182,16 @@
+ NDB Cluster: A memory leak occurred when
+ performing ordered index scans using indexes a columns larger
+ than 32 bytes, which would eventually lead to the forced
+ shutdown of all mysqld server processes
+ used with the cluster. (Bug #13078)
+
+
+
+
+
NDB Cluster: Under some circumstances, it
was possible for a restarting node to undergo a forced
shutdown. (Bug #15632)
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2005-12-15 12:28:44 UTC (rev 567)
+++ trunk/refman-common/news-5.0.xml 2005-12-15 13:30:37 UTC (rev 568)
@@ -1015,6 +1015,16 @@
+
+
+
+ NDB Cluster: A memory leak occurred when
+ performing ordered index scans using indexes a columns larger
+ than 32 bytes, which would eventually lead to the forced
+ shutdown of all mysqld server processes
+ used with the cluster. (Bug #13078)
+
+