From: jon Date: December 21 2005 12:17pm Subject: svn commit - mysqldoc@docsrva: r609 - trunk/refman-common List-Archive: http://lists.mysql.com/commits/315 Message-Id: <200512211217.jBLCHS4b003849@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2005-12-21 13:17:27 +0100 (Wed, 21 Dec 2005) New Revision: 609 Log: Documenting bugfixes: Bug #14614, Bug #15550, Bug #15772, Bug#14861, Bug #15106, Bug #15602, Bug #15605 (5.0) Bug #15268, Bug #12762 (5.0/5.1) Bug #15536 (4.1/5.0/5.1) Modified: trunk/refman-common/news-4.1.xml trunk/refman-common/news-5.0.xml trunk/refman-common/news-5.1.xml Modified: trunk/refman-common/news-4.1.xml =================================================================== --- trunk/refman-common/news-4.1.xml 2005-12-20 19:22:30 UTC (rev 608) +++ trunk/refman-common/news-4.1.xml 2005-12-21 12:17:27 UTC (rev 609) @@ -179,6 +179,16 @@ + + + + BDB: A DELETE, + INSERT, or UPDATE of a + BDB table could cause the server to crash + where the query contained a subquery using an index read. (Bug + #15536) + + Modified: trunk/refman-common/news-5.0.xml =================================================================== --- trunk/refman-common/news-5.0.xml 2005-12-20 19:22:30 UTC (rev 608) +++ trunk/refman-common/news-5.0.xml 2005-12-21 12:17:27 UTC (rev 609) @@ -205,6 +205,78 @@ + + + + Reversing the order of operands in a WHERE + clause testing a simple equality (such as WHERE + t1.col1 = t2.col2) would produce different + output from EXPLAIN. (Bug #15106) + + + + + + Column aliases were displayed incorrectly in a + SELECT from a view following an update to a + base table of the view. (Bug #14861) + + + + + + Set functions could not be aggregated in outer subqueries. + (Bug #12762) + + + + + + When a connection using yaSSL was aborted, the server would + continue to try to read the closed socket, and the thread + continued to appear in the output of SHOW + PROCESSLIST. Note that this issue did not affect + secure connection attempts using OpenSSL. (Bug #15772) + + + + + + InnoDB: Having two tables in a parent-child + relationship enforced by a foreign key where one table used + ROW_FORMAT=COMPACT and the other used + ROW_FORMAT=REDUNDANT could result in a + MySQL server crash. Note that this problem did not exist prior + to MySQL 5.0.3, when the compact row format for + InnoDB was introduced. (Bug #15550) + + + + + + BDB: A DELETE, + INSERT, or UPDATE of a + BDB table could cause the server to crash + where the query contained a subquery using an index read. (Bug + #15536) + + + + + + A left join on a column that having a NULL + value could cause the server to crash. (Bug #15268) + + + + + + A replication slave server could sometimes crash on a + BEFORE UPDATE trigger if the + UPDATE query was not executed in the same + database as the table with the trigger. (Bug #14614) + + @@ -330,6 +402,21 @@ + + + + A bug in mysql-test/t/mysqltest.test + caused that test to fail. (Bug #15605) + + + + + + The CREATE test case in + mysql-test-run.pl failed on AIX and SCO. + (Bug #15607) + + Modified: trunk/refman-common/news-5.1.xml =================================================================== --- trunk/refman-common/news-5.1.xml 2005-12-20 19:22:30 UTC (rev 608) +++ trunk/refman-common/news-5.1.xml 2005-12-21 12:17:27 UTC (rev 609) @@ -89,6 +89,23 @@ + + + + BDB: A DELETE, + INSERT, or UPDATE of a + BDB table could cause the server to crash + where the query contained a subquery using an index read. (Bug + #15536) + + + + + + A left join on a column that having a NULL + value could cause the server to crash. (Bug #15268) + + @@ -442,7 +459,23 @@ - + + + Bugs fixed: + + + + + + + Set functions could not be aggregated in outer subqueries. + (Bug #12762) + + + + + +