From: Daniel Fischer Date: August 28 2007 2:06pm Subject: bk commit into 5.0 tree (df:1.2509) BUG#25714 List-Archive: http://lists.mysql.com/commits/33225 X-Bug: 25714 Message-Id: <200708281408.l7SE8hQB003816@mail.mysql.com> Below is the list of changes that have just been committed into a local 5.0 repository of df. When df 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-28 16:06:08+02:00, df@stripped +1 -0 fix bug in test case for bug#25714 mysql-test/include/have_bug25714.inc@stripped, 2007-08-28 16:06:06+02:00, df@stripped +1 -1 this is not how you access variables diff -Nrup a/mysql-test/include/have_bug25714.inc b/mysql-test/include/have_bug25714.inc --- a/mysql-test/include/have_bug25714.inc 2007-07-24 08:35:40 +02:00 +++ b/mysql-test/include/have_bug25714.inc 2007-08-28 16:06:06 +02:00 @@ -3,5 +3,5 @@ # --require r/have_bug25714.require disable_query_log; -eval select LENGTH("MYSQL_BUG25714") > 0 as "have_bug25714_exe"; +eval select LENGTH("$MYSQL_BUG25714") > 0 as "have_bug25714_exe"; enable_query_log;