From: paul Date: December 18 2005 5:24am Subject: svn commit - mysqldoc@docsrva: r588 - in trunk: . refman-common List-Archive: http://lists.mysql.com/commits/218 Message-Id: <200512180524.jBI5ORhF013273@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2005-12-18 06:24:27 +0100 (Sun, 18 Dec 2005) New Revision: 588 Log: r4895@frost: paul | 2005-12-17 23:24:02 -0600 Document bugfixes: Bug#12071 Bug#13108 Bug#13778 Bug#15406 Modified: trunk/ trunk/refman-common/news-4.1.xml trunk/refman-common/news-5.0.xml trunk/refman-common/news-5.1.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4893 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1694 + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4895 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1694 Modified: trunk/refman-common/news-4.1.xml =================================================================== --- trunk/refman-common/news-4.1.xml 2005-12-18 05:19:53 UTC (rev 587) +++ trunk/refman-common/news-4.1.xml 2005-12-18 05:24:27 UTC (rev 588) @@ -179,17 +179,35 @@ - + + A race condition when creating temporary files caused a + deadlock on Windows with threads in Opening + tables or Waiting for table + states. (Bug #12071) + + + + + + InnoDB: If + FOREIGN_KEY_CHECKS was 0, + InnoDB allowed inconsistent foreign keys to + be created. (Bug #13778) + + + + + 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) + used with the cluster. (Bug #13078) - + NDB Cluster: Under some circumstances, it @@ -197,7 +215,7 @@ shutdown. (Bug #15632) - + NDB Cluster: If an abort by the Transaction @@ -206,7 +224,7 @@ prematurely. (Bug #15685) - + NDB Cluster: A node which failed during Modified: trunk/refman-common/news-5.0.xml =================================================================== --- trunk/refman-common/news-5.0.xml 2005-12-18 05:19:53 UTC (rev 587) +++ trunk/refman-common/news-5.0.xml 2005-12-18 05:24:27 UTC (rev 588) @@ -205,15 +205,33 @@ - + + A race condition when creating temporary files caused a + deadlock on Windows with threads in Opening + tables or Waiting for table + states. (Bug #12071) + + + + + + InnoDB: If + FOREIGN_KEY_CHECKS was 0, + InnoDB allowed inconsistent foreign keys to + be created. (Bug #13778) + + + + + NDB Cluster: Under some circumstances, it was possible for a restarting node to undergo a forced shutdown. (Bug #15632) - + NDB Cluster: If an abort by the Transaction @@ -222,7 +240,7 @@ prematurely. (Bug #15685) - + NDB Cluster: The @@ -231,7 +249,7 @@ Bug #15401.) - + NDB Cluster: A node which failed during @@ -239,7 +257,7 @@ list of active nodes. (Bug #15587) - + Resolution of the argument to the VALUES() @@ -312,17 +330,17 @@ - + - NDB Cluster: Using ORDER - BY primary_key_column - when selecting from a table having the primary key on a + NDB Cluster: Using ORDER BY + primary_key_column when + selecting from a table having the primary key on a VARCHAR column caused a forced shutdown of the cluster. (Bug #14828, Bug #15240, Bug #15682, Bug #15517) - + NDB Cluster: Under certain circumstances, @@ -1015,14 +1033,14 @@ - + 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) + used with the cluster. (Bug #13078) @@ -2700,6 +2718,14 @@ + The FEDERATED storage engine does not + support ALTER TABLE, but no appropriate + error message was issued. (Bug #13108) + + + + + mysqldump did not dump triggers properly. (Bug #12597) Modified: trunk/refman-common/news-5.1.xml =================================================================== --- trunk/refman-common/news-5.1.xml 2005-12-18 05:19:53 UTC (rev 587) +++ trunk/refman-common/news-5.1.xml 2005-12-18 05:24:27 UTC (rev 588) @@ -89,12 +89,20 @@ - + - NDB Cluster: Using ORDER - BY primary_key_column - when selecting from a table having the primary key on a + The BLACKHOLE storage engine did not handle + transactions properly: Rolled-back transactions were written + to the binary log. Now they ae not. (Bug #15406) + + + + + + NDB Cluster: Using ORDER BY + primary_key_column when + selecting from a table having the primary key on a VARCHAR column caused a forced shutdown of the cluster. (Bug #14828, Bug #15240, Bug #15682, Bug #15517)