From: paul Date: January 25 2007 3:31pm Subject: svn commit - mysqldoc@docsrva: r4639 - in trunk: . refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/18783 Message-Id: <200701251531.l0PFV08Q027209@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2007-01-25 16:30:45 +0100 (Thu, 25 Jan 2007) New Revision: 4639 Log: r18805@polar: paul | 2007-01-25 09:29:12 -0600 Document bugfixes: Bug#22868 Bug#23526 Bug#24270 Modified: trunk/refman-4.1/news-4.0.xml trunk/refman-4.1/news-4.1.xml trunk/refman-5.0/releasenotes-es-5.0.xml trunk/refman-5.1/news-5.1.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:18788 7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:15249 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520 + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:18805 7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:15249 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520 Modified: trunk/refman-4.1/news-4.0.xml =================================================================== --- trunk/refman-4.1/news-4.0.xml 2007-01-25 15:23:38 UTC (rev 4638) +++ trunk/refman-4.1/news-4.0.xml 2007-01-25 15:30:45 UTC (rev 4639) Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 685 bytes @@ -175,6 +175,14 @@ + InnoDB exhibited thread thrashing with more + than 50 concurrent connections under an update-intensive + workload. (Bug #22868) + + + + + InnoDB showed substandard performance with multiple queries running concurrently. (Bug #15815) Modified: trunk/refman-4.1/news-4.1.xml =================================================================== --- trunk/refman-4.1/news-4.1.xml 2007-01-25 15:23:38 UTC (rev 4638) +++ trunk/refman-4.1/news-4.1.xml 2007-01-25 15:30:45 UTC (rev 4639) Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 685 bytes @@ -248,6 +248,14 @@ + InnoDB exhibited thread thrashing with more + than 50 concurrent connections under an update-intensive + workload. (Bug #22868) + + + + + InnoDB showed substandard performance with multiple queries running concurrently. (Bug #15815) Modified: trunk/refman-5.0/releasenotes-es-5.0.xml =================================================================== --- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-01-25 15:23:38 UTC (rev 4638) +++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-01-25 15:30:45 UTC (rev 4639) Changed blocks: 10, Lines Added: 29, Lines Deleted: 21; 4848 bytes @@ -74,17 +74,17 @@ #22646) - + NDB Cluster: The LockPagesInMainMemory configuration parameter has changed its type and possible values. For more - information, see - LockPagesInMainMemory. - (Bug #25686) + information, see + LockPagesInMainMemory. + (Bug #25686) - + Important: The values true and false are no @@ -95,7 +95,7 @@ should instead use 1 to obtain the same behavior as previously, or 2 to take advantage of new functionality introduced with this release - described in the section cited above. + described in the section cited above. @@ -109,6 +109,14 @@ + The row count for MyISAM tables was not + updated properly, causing SHOW TABLE STATUS + to report incorrect values. (Bug #23526) + + + + + The BUILD/check-cpu script did not recognize Celeron processors. (Bug #20061) @@ -208,7 +216,7 @@ #24507) - + NDB Cluster (Cluster APIs): Deletion of an @@ -216,16 +224,16 @@ long time. (Bug #25487) - + NDB Cluster: It was not possible to create an NDB table with a key on two VARCHAR columns where both columns had a - storage length in excess of 256. (Bug #25746) + storage length in excess of 256. (Bug #25746) - + NDB Cluster: In some circumstances, @@ -233,15 +241,15 @@ mysqld processes to crash. (Bug #25668) - + NDB Cluster: Memory allocations for TEXT columns were calculated incorrectly, - resulting in space being wasted and other issues. (Bug #25562) + resulting in space being wasted and other issues. (Bug #25562) - + NDB Cluster: The failure of a master node @@ -249,7 +257,7 @@ later node failures. (Bug #25554) - + NDB Cluster: The ndb_mgm @@ -257,22 +265,22 @@ certain cases. (Bug #22103) - + NDB Cluster: A node shutdown occurred if the master failed during a commit. (Bug #25364) - + NDB Cluster: Creating a non-unique index with the USING HASH clause silently created - an ordered index instead of issuing a warning. (Bug #24820) + an ordered index instead of issuing a warning. (Bug #24820) - + NDB Cluster: SELECT @@ -530,7 +538,7 @@ #17044) - + NDB Cluster: Hosts in clusters with a large @@ -1556,10 +1564,10 @@ NDB Cluster: A potential memory leak in the NDB storage engine's handling of file - operations was uncovered. (Bug #21858) + operations was uncovered. (Bug #21858) - + NDB Cluster: The HELP Modified: trunk/refman-5.1/news-5.1.xml =================================================================== --- trunk/refman-5.1/news-5.1.xml 2007-01-25 15:23:38 UTC (rev 4638) +++ trunk/refman-5.1/news-5.1.xml 2007-01-25 15:30:45 UTC (rev 4639) Changed blocks: 16, Lines Added: 48, Lines Deleted: 33; 7219 bytes @@ -249,17 +249,17 @@ removed. (Bug #22687) - + NDB Cluster: The LockPagesInMainMemory configuration parameter has changed its type and possible values. For more - information, see - LockPagesInMainMemory. - (Bug #25686) + information, see + LockPagesInMainMemory. + (Bug #25686) - + Important: The values true and false are no @@ -270,10 +270,9 @@ should instead use 1 to obtain the same behavior as previously, or 2 to take advantage of new functionality introduced with this release - described in the section cited above. + described in the section cited above. - @@ -285,6 +284,22 @@ + mysql_install_db did not create the + mysql.plugin table if strict SQL mode was + enabled. (Bug #24270) + + + + + + The row count for MyISAM tables was not + updated properly, causing SHOW TABLE STATUS + to report incorrect values. (Bug #23526) + + + + + Using a view in combination with a USING clause caused column aliases to be ignored. (Bug #25106) @@ -812,7 +827,7 @@ with partitioned tables in general. (Bug #22634) - + NDB Cluster (Cluster APIs): Deletion of an @@ -820,7 +835,7 @@ long time. (Bug #25487) - + NDB Cluster (Replication): Certain errors @@ -828,7 +843,7 @@ (Bug #25755) - + NDB Cluster (Replication): Connecting a @@ -838,16 +853,16 @@ mysqld process to crash. (Bug #25387) - + NDB Cluster (Replication): Connecting an API node to the cluster during a node restart while performing database operations could cause the restarting node to fail. - (Bug #25329) + (Bug #25329) - + NDB Cluster (Disk Data): Following 3 or @@ -856,15 +871,15 @@ Data tables. (Bug #25636) - + NDB Cluster (Disk Data): Issuing a TRUNCATE statement on a Disk Data table - caused the table to become an in-memory table. (Bug #25296) + caused the table to become an in-memory table. (Bug #25296) - + NDB Cluster (Disk Data): Changing a column @@ -872,16 +887,16 @@ an in-memory table. (Bug #24667) - + NDB Cluster: It was not possible to create an NDB table with a key on two VARCHAR columns where both columns had a - storage length in excess of 256. (Bug #25746) + storage length in excess of 256. (Bug #25746) - + NDB Cluster: Hosts in clusters with a large @@ -889,7 +904,7 @@ obtaining configuration data. (Bug #25711) - + NDB Cluster: In some circumstances, @@ -897,7 +912,7 @@ mysqld processes to crash. (Bug #25668) - + NDB Cluster: Non-32-bit, non-aligned @@ -905,7 +920,7 @@ NDB tables. (Bug #25587) - + NDB Cluster: Some aggregate queries such as @@ -915,15 +930,15 @@ in MySQL Cluster 5.1 than in 5.0. (Bug #25567) - + NDB Cluster: Memory allocations for TEXT columns were calculated incorrectly, - resulting in space being wasted and other issues. (Bug #25562) + resulting in space being wasted and other issues. (Bug #25562) - + NDB Cluster: The failure of a master node @@ -931,7 +946,7 @@ later node failures. (Bug #25554) - + NDB Cluster: The failure of a node during a @@ -939,22 +954,22 @@ #25468) - + NDB Cluster: A node shutdown occurred if the master failed during a commit. (Bug #25364) - + NDB Cluster: Creating a non-unique index with the USING HASH clause silently created - an ordered index instead of issuing a warning. (Bug #24820) + an ordered index instead of issuing a warning. (Bug #24820) - + NDB Cluster: The ndb_mgm @@ -962,15 +977,15 @@ certain cases. (Bug #22103) - + NDB Cluster: A potential memory leak in the NDB storage engine's handling of file - operations was uncovered. (Bug #21858) + operations was uncovered. (Bug #21858) - + NDB Cluster: When stopping and restarting