From: Date: August 30 2007 3:21pm Subject: bk commit into 5.0 tree (kaa:1.2507) BUG#30164 List-Archive: http://lists.mysql.com/commits/33437 X-Bug: 30164 Message-Id: <20070830132148.AC6C317282@polly.local> Below is the list of changes that have just been committed into a local 5.0 repository of kaa. When kaa does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2007-08-30 17:21:43+04:00, kaa@polly.(none) +1 -0 Use double quotes instead of single ones which make the test fail on Windows. This is for bug #30164. mysql-test/t/mysql.test@stripped, 2007-08-30 17:21:40+04:00, kaa@polly.(none) +1 -1 Use double quotes instead of single ones which make the test fail on Windows. diff -Nrup a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test --- a/mysql-test/t/mysql.test 2007-08-30 12:53:20 +04:00 +++ b/mysql-test/t/mysql.test 2007-08-30 17:21:40 +04:00 @@ -276,6 +276,6 @@ EOF # # bug #30164: Using client side macro inside server side comments generates broken queries # ---exec $MYSQL test -e '/*! \C latin1 */ select 1;' +--exec $MYSQL test -e "/*! \C latin1 */ select 1;" --echo End of 5.0 tests