From: jon Date: December 21 2005 6:17pm Subject: svn commit - mysqldoc@docsrva: r615 - trunk/refman-common List-Archive: http://lists.mysql.com/commits/335 Message-Id: <200512211817.jBLIH86P003729@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2005-12-21 19:17:08 +0100 (Wed, 21 Dec 2005) New Revision: 615 Log: Documenting bugfixes: Bug #14271/Bug #14387/Bug #15224 (5.0) Bug #14960/Bug #14310 (4.1/5.0) Modified: trunk/refman-common/news-4.1.xml trunk/refman-common/news-5.0.xml Modified: trunk/refman-common/news-4.1.xml =================================================================== --- trunk/refman-common/news-4.1.xml 2005-12-21 17:52:32 UTC (rev 614) +++ trunk/refman-common/news-4.1.xml 2005-12-21 18:17:08 UTC (rev 615) @@ -182,6 +182,13 @@ + Symbolic links did not funciton properly on Windows platforms. + (Bug #14960, Bug #14310) + + + + + BDB: A DELETE, INSERT, or UPDATE of a BDB table could cause the server to crash Modified: trunk/refman-common/news-5.0.xml =================================================================== --- trunk/refman-common/news-5.0.xml 2005-12-21 17:52:32 UTC (rev 614) +++ trunk/refman-common/news-5.0.xml 2005-12-21 18:17:08 UTC (rev 615) @@ -215,6 +215,21 @@ + SHOW [FULL] COLUMNS and SHOW INDEX + FROM did not function with temporary tables. (Bug + #14271, Bug #14387, Bug #15224) + + + + + + The INFORMATION_SCHEMA.COLUMNS table did not report the size + of BINARY or VARBINARY columns. (Bug #14271) + + + + + The server would not compile under Cygwin. (Bug #13640) @@ -461,10 +476,19 @@ - - mysqld would not start on Windows 9X - operating systems including Windows Me. (Bug #15209) - + + + Symbolic links did not funciton properly on Windows platforms. + (Bug #14960, Bug #14310) + + + + + + mysqld would not start on Windows 9X + operating systems including Windows Me. (Bug #15209) + +