1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fix bug in test case for bug#25714

This commit is contained in:
df@pippilotta.erinye.com
2007-08-28 16:06:08 +02:00
parent aab055a485
commit bc4e968981

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;