From: Date: August 4 2007 3:08am Subject: bk commit into 5.1 tree (iggy:1.2585) BUG#29903 List-Archive: http://lists.mysql.com/commits/32095 X-Bug: 29903 Message-Id: <20070804010854.9266E496925@amd64> Below is the list of changes that have just been committed into a local 5.1 repository of iggy. When iggy 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-03 21:08:48-04:00, iggy@amd64.(none) +2 -0 Bug#29903 The CMake build method does not produce the embedded library. - GCov fix. mysql-test/r/mysql.result@stripped, 2007-08-03 21:08:46-04:00, iggy@amd64.(none) +1 -0 Bug#29903 The CMake build method does not produce the embedded library. -Result mysql-test/t/mysql.test@stripped, 2007-08-03 21:08:46-04:00, iggy@amd64.(none) +7 -0 Bug#29903 The CMake build method does not produce the embedded library. - Test for warning message. diff -Nrup a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result --- a/mysql-test/r/mysql.result 2007-04-23 07:28:06 -04:00 +++ b/mysql-test/r/mysql.result 2007-08-03 21:08:46 -04:00 @@ -177,3 +177,4 @@ ERROR at line 1: DELIMITER cannot contai 1 1 End of 5.0 tests +WARNING: --server-arg option not supported in this configuration. diff -Nrup a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test --- a/mysql-test/t/mysql.test 2007-06-01 09:49:38 -04:00 +++ b/mysql-test/t/mysql.test 2007-08-03 21:08:46 -04:00 @@ -275,3 +275,10 @@ EOF --exec $MYSQL --character-sets-dir="540bytelengthstringxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -e "select 1" 2>&1 --echo End of 5.0 tests + +# +# Bug #29903: The CMake build method does not produce the embedded library. +# +--disable_query_log +--exec $MYSQL --server-arg=no-defaults test -e "quit" +--enable_query_log