From: jon Date: July 11 2007 12:20pm Subject: svn commit - mysqldoc@docsrva: r7083 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/30674 Message-Id: <200707111220.l6BCKVuL029575@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-07-11 14:20:28 +0200 (Wed, 11 Jul 2007) New Revision: 7083 Log: Documented fixes for Partitioning Bugs: Bug #18198, Bug #29308 Modified: trunk/refman-5.1/news-5.1.xml Modified: trunk/refman-5.1/news-5.1.xml =================================================================== --- trunk/refman-5.1/news-5.1.xml 2007-07-11 09:30:27 UTC (rev 7082) +++ trunk/refman-5.1/news-5.1.xml 2007-07-11 12:20:28 UTC (rev 7083) Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 732 bytes @@ -156,8 +156,10 @@ - UCASE() and nested function calls were - permitted in partitioning expressions. (Bug #26082) + A number of unsupported constructs — including + prohibited constructs, the UCASE() + function, and nested function calls — were permitted in + partitioning expressions. (Bug #18198, Bug #26082, Bug #29308)