summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-09-04 11:06:02 +0200
committerunknown <df@pippilotta.erinye.com>2007-09-04 11:06:02 +0200
commita7ca2a3978f3cfc455840368d65a0ae46efbb0a0 (patch)
tree407640197865f76c06134cf0d8db12bbd1d91001 /mysql-test
parent3a94acf4cb3a8fbd5a11285cd2183d9e8880f0e3 (diff)
parent0ec2e69d7fd96f30f1bd2346d8d799ffb4f09b81 (diff)
downloadmariadb-git-a7ca2a3978f3cfc455840368d65a0ae46efbb0a0.tar.gz
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/include/have_bug25714.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/have_bug25714.inc b/mysql-test/include/have_bug25714.inc
index 0c995cd0d4c..0c09ae1a035 100644
--- a/mysql-test/include/have_bug25714.inc
+++ b/mysql-test/include/have_bug25714.inc
@@ -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;