From: Date: October 15 2007 8:13pm Subject: svn commit - mysqldoc@docsrva: r8100 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/35591 Message-Id: <200710151813.l9FIDQn5016972@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-10-15 20:13:23 +0200 (Mon, 15 Oct 2007) New Revision: 8100 Log: Documented CGE-6.3.4 bugfixes: Bug #20435, Bug #25064, Bug #29390, Bug #29509, Bug #29656, Bug #30379, Bug #30624, Bug #30975, Bug #30996, Bug #31097, Bug #31257, Bug #31470, Bug #31525 Added release date to CGE-6.3.4 changelog. Modified: trunk/refman-5.1/news-5.1.xml Modified: trunk/refman-5.1/news-5.1.xml =================================================================== --- trunk/refman-5.1/news-5.1.xml 2007-10-15 17:24:16 UTC (rev 8099) +++ trunk/refman-5.1/news-5.1.xml 2007-10-15 18:13:23 UTC (rev 8100) Changed blocks: 3, Lines Added: 107, Lines Deleted: 5; 4833 bytes @@ -813,7 +813,7 @@
- Changes in release MySQL 5.1.22-ndb-6.3.4-beta (Not yet released) + Changes in release MySQL 5.1.22-ndb-6.3.4-beta (15 October 2007) This is a new Beta development release, fixing recently @@ -825,20 +825,17 @@ [js] Uncomment next para following release. - @@ -924,6 +921,111 @@ + + + It was possible in some cases for a node group to be + lost due to missed local checkpoints + following a system restart. (Bug #31525) + + + + + + Cluster Replication: Relay + logs were rotated every slave_net_timeout + seconds even if no statements were being replicated. (Bug + #20435) + + + + + + NDB tables having names containing + non-alphanumeric characters (such as + $) were not discovered + correctly. (Bug #31470) + + + + + + A node failure during a local checkpoint could lead to a + subsequent failure of the cluster during a system restart. + (Bug #31257) + + + + + + A cluster restart could sometimes fail due to an issue with + table IDs. (Bug #30975) + + + + + + ndb_mgm did not + display any information about the + option. (Bug #29509) + + + + + + The cluster log was formatted inconsistently and contained + extraneous newline characters. (Bug #25064) + + + + + + In some cases, the cluster managment server could log + entries multiple times folowing a restart of + mgmd. (Bug #29565) + + + + + + Transaction timeouts were not handled well in some + circumstances, leading to excessive number of transactions + being aborted unnecessarily. (Bug #30379) + + + + + + Online ALTER operations involving a + column whose data type has an implicit default value left + behind temporary .FRM files, causing + subsequent DROP DATABASE statements to + fail. (Bug #31097) + + + + + + The mysqld_safe script had a syntax error + in a test operation. (Bug #30624) + + + + + + Transactions were committed prematurely when LOCK + TABLE and SET AUTOCOMMIT=OFF + were used together. (Bug #30996) + + + + + + An interpreted program of sufficient size and complexity + could cause all cluster data nodes to shut down due to + buffer overruns. (Bug #29390) + + +