From: Date: August 7 2007 6:49am Subject: svn commit - mysqldoc@docsrva: r7355 - in trunk: . refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/32177 Message-Id: <200708070449.l774n3bW002662@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2007-08-07 06:49:01 +0200 (Tue, 07 Aug 2007) New Revision: 7355 Log: r28365@polar: paul | 2007-08-06 23:47:09 -0500 Fix bad merge. Modified: 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:28336 7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23382 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268 + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28365 7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23382 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268 Modified: trunk/refman-4.1/news-4.1.xml =================================================================== --- trunk/refman-4.1/news-4.1.xml 2007-08-07 04:45:13 UTC (rev 7354) +++ trunk/refman-4.1/news-4.1.xml 2007-08-07 04:49:01 UTC (rev 7355) Changed blocks: 1, Lines Added: 0, Lines Deleted: 15; 900 bytes @@ -217,21 +217,6 @@ - Format strings in error messages were insufficiently wide for - pathnames printed in those messages by the embedded server. - (Bug #16635) - - - - - - mysql_setpermission tried to grant - global-only privileges at the database level. (Bug #14618) - - - - - Format strings in English error messages were insufficiently wide for pathnames printed in those messages by the embedded server. (Bug #16635) Modified: trunk/refman-5.0/releasenotes-es-5.0.xml =================================================================== --- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-08-07 04:45:13 UTC (rev 7354) +++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-08-07 04:49:01 UTC (rev 7355) Changed blocks: 1, Lines Added: 15, Lines Deleted: 0; 872 bytes @@ -93,6 +93,21 @@ + On Windows, client libraries lacked symbols required for + linking. (Bug #30118) + + + + + + Using the result from DATE_FORMAT() and an + ASCII value in CONCAT() could produce + incorrect results. (Bug #28875) + + + + + FEDERATED tables had an artificially low maximum of key length. (Bug #26909) Modified: trunk/refman-5.1/news-5.1.xml =================================================================== --- trunk/refman-5.1/news-5.1.xml 2007-08-07 04:45:13 UTC (rev 7354) +++ trunk/refman-5.1/news-5.1.xml 2007-08-07 04:49:01 UTC (rev 7355) Changed blocks: 1, Lines Added: 38, Lines Deleted: 0; 1522 bytes @@ -297,6 +297,44 @@ + On Windows, client libraries lacked symbols required for + linking. (Bug #30118) + + + + + + On Windows, the CMake build process did not produce the + embedded server library or related binaries. (Bug #29903) + + + + + + SESSION_USER() returned garbage data + (rather than the correct value of the empty string) when + executed by a slave SQL thread. (Bug #29878) + + + + + + For the SHOW TABLE TYPES statement, the + server sent incorrect output to clients, possibly causing them + to crash. (Bug #30036) + + + + + + Using the result from DATE_FORMAT() and an + ASCII value in CONCAT() could produce + incorrect results. (Bug #28875) + + + + + REPAIR TABLE ... USE_FRM could corrupt tables. (Bug #29980)