List:Commits« Previous MessageNext Message »
From:antony Date:August 22 2007 5:15pm
Subject:bk commit into 5.1 tree (antony:1.2568) BUG#30359
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of antony. When antony 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-22 10:15:20-07:00, antony@stripped +1 -0
  Bug#30359
    "Test federated_bug_25714 issues non-existing shell command"
    Problem caused by missing '$' symbol in eval statement causing it
    to always attempt to run test even if the test was not compiled.

  mysql-test/include/have_bug25714.inc@stripped, 2007-08-22 10:15:17-07:00, antony@stripped +1 -1
    bug30359
      missing '$' in eval statement

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-23 23:35:40 -07:00
+++ b/mysql-test/include/have_bug25714.inc	2007-08-22 10:15:17 -07: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;
Thread
bk commit into 5.1 tree (antony:1.2568) BUG#30359antony22 Aug