From: Date: October 9 2006 12:12pm Subject: svn commit - mysqldoc@docsrva: r3578 - in trunk: refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/13326 Message-Id: <200610091012.k99ACJ97017309@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2006-10-09 12:12:17 +0200 (Mon, 09 Oct 2006) New Revision: 3578 Log: Adding missing bugfix entry for Bug #21019 in 4.1.22/5.0.25/5.1.12 changelogs (Thanks, Geert!) Modified: trunk/refman-4.1/news-4.1.xml trunk/refman-5.0/news-5.0.xml trunk/refman-5.1/news-5.1.xml Modified: trunk/refman-4.1/news-4.1.xml =================================================================== --- trunk/refman-4.1/news-4.1.xml 2006-10-09 02:48:04 UTC (rev 3577) +++ trunk/refman-4.1/news-4.1.xml 2006-10-09 10:12:17 UTC (rev 3578) Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 961 bytes @@ -206,6 +206,20 @@ + + + + Successive invocations of a COUNT(*) query + containing a join on two MyISAM tables and + a WHERE clause of the form WHERE + (table1.column1 + = + table2.column2) + OR + table2.column2 + IS NULL yielded different results. (Bug #21019) + + Modified: trunk/refman-5.0/news-5.0.xml =================================================================== --- trunk/refman-5.0/news-5.0.xml 2006-10-09 02:48:04 UTC (rev 3577) +++ trunk/refman-5.0/news-5.0.xml 2006-10-09 10:12:17 UTC (rev 3578) Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 987 bytes @@ -1069,6 +1069,20 @@ Bug #18630) + + + + Successive invocations of a COUNT(*) query + containing a join on two MyISAM tables and + a WHERE clause of the form WHERE + (table1.column1 + = + table2.column2) + OR + table2.column2 + IS NULL yielded different results. (Bug #21019) + + Modified: trunk/refman-5.1/news-5.1.xml =================================================================== --- trunk/refman-5.1/news-5.1.xml 2006-10-09 02:48:04 UTC (rev 3577) +++ trunk/refman-5.1/news-5.1.xml 2006-10-09 10:12:17 UTC (rev 3578) Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 1021 bytes @@ -844,6 +844,20 @@ REPAIR TABLE tbl_name QUICK; + + + + Successive invocations of a COUNT(*) query + containing a join on two MyISAM tables and + a WHERE clause of the form WHERE + (table1.column1 + = + table2.column2) + OR + table2.column2 + IS NULL yielded different results. (Bug #21019) + +