1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fix bug in test case for bug#25714

mysql-test/include/have_bug25714.inc:
  this is not how you access variables
This commit is contained in:
unknown
2007-08-28 16:06:08 +02:00
parent a85d1b2e5e
commit e968129c6b

View File

@ -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;