From: Date: March 23 2007 10:45am Subject: svn commit - mysqldoc@docsrva: r5516 - branches/telcos/refman-5.1 List-Archive: http://lists.mysql.com/commits/22737 Message-Id: <200703230945.l2N9jwhO012140@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-03-23 10:45:55 +0100 (Fri, 23 Mar 2007) New Revision: 5516 Log: Documenting MCCGE bugfixes (Cluster/General): Bug #26825, Bug #27003, Bug #27087, Bug #27203, Bug #27233, Bug #27286, Bug #27291 Modified: branches/telcos/refman-5.1/news-5.1.xml Modified: branches/telcos/refman-5.1/news-5.1.xml =================================================================== --- branches/telcos/refman-5.1/news-5.1.xml 2007-03-23 08:09:20 UTC (rev 5515) +++ branches/telcos/refman-5.1/news-5.1.xml 2007-03-23 09:45:55 UTC (rev 5516) Changed blocks: 2, Lines Added: 184, Lines Deleted: 1; 7324 bytes @@ -156,7 +156,10 @@ - + An incorrect assertion was made when sending a + TCKEYFAILREF or + TCKEYCONF message to a failed data node. + (Bug #26814) @@ -1192,6 +1195,186 @@ ¤t-series; releases based on MySQL 5.1.15. +
+ + Changes in release MySQL 5.1.15/NDB-6.1.6-beta (Not yet + released) + + + This is a new Beta development release, fixing recently discovered + bugs and incorporating improvements made since the previous + ¤t-series; release. + + + + + + NOTE: Although MySQL has worked + very hard to ensure a high level of quality, protect your data by + making a backup as you would for any software beta release. Please + refer to our bug database at + for more details about the individual bugs fixed in this version. + + + + This Beta release incorporates all bugfixes and feature changes made in MySQL + 5.1.14/NDB-6.1.0, MySQL 5.1.15/NDB-6.1.1, MySQL 5.1.15/NDB-6.1.2, + MySQL 5.1.15/NDB-6.1.3, MySQL 5.1.15/NDB-6.1.4, and MySQL + 5.1.15/NDB-6.1.5. This version also incorporates all bugfixes + and feature changes which were added in the mainline MySQL 5.1 + releases up to and including 5.1.15 (see ). + + + + + + + + This release fixes the following bugs: + + + + + + It was not possible to set + LockPagesInMainMemory equal to + 0. (Bug #27291) + + + + + A race condition could sometimes occur if the node + acting as master failed while node IDs were still being + allocated during startup. (Bug #27286) + + + + + + When a data node was taking over as the master node, a race + condition could sometimes occur as the node was assuming + responsibility for handling of global checkpoints. (Bug #27283) + + + + + + A delete operation using a scan following by an insert using + a scan could cause a data node to fail. (Bug #27203) + + + + + + The same failed request from an API node could be handled by + the cluster multiple times, resulting in reduced performance. (Bug #27087) + + + + + + mysqld processes would sometimes crash + under high load. (Bug #26825) + + + + This improves on and replaces the fix for this bug that was + made in MySQL 5.1.15/NDB-6.1.5. + + + + + + The failure of a data node while restarting could cause + other data nodes to hang or crash. (Bug #27003) + + + + + +
+
Changes in release MySQL 5.1.15/NDB-6.1.5-beta (15 March 2007)