From: paul Date: December 18 2005 10:39pm Subject: svn commit - mysqldoc@docsrva: r591 - in trunk: . refman-common List-Archive: http://lists.mysql.com/commits/228 Message-Id: <200512182239.jBIMdad9007170@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2005-12-18 23:39:35 +0100 (Sun, 18 Dec 2005) New Revision: 591 Log: r4903@frost: paul | 2005-12-18 16:38:38 -0600 Document bugfix: Bug#11336 Modified: trunk/ trunk/refman-common/news-4.1.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4900 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1694 + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4903 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 18:58:54 UTC (rev 590) +++ trunk/refman-common/news-4.1.xml 2005-12-18 22:39:35 UTC (rev 591) @@ -182,6 +182,17 @@ + DELETE could report full-text index + corruption (Invalid key for table …) + if the index was built with repair-by-sort, the data in the + full-text index used UCA collation, and some word appeared in + the data terminated by a 0xC2A0 character as well as by other + non-letter characters. (Bug #11336) + + + + + A race condition when creating temporary files caused a deadlock on Windows with threads in Opening tables or Waiting for table