summaryrefslogtreecommitdiff
path: root/mysql-test/t/lowercase_table3.test
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-06-27 11:57:08 +0200
committerserg@serg.mylan <>2004-06-27 11:57:08 +0200
commitf941f842c3f3347023947ae046ff7a6f6b7cabd2 (patch)
treef60a7d333480ddb20cc7b9e4cfc7832201373195 /mysql-test/t/lowercase_table3.test
parent08ac1d1bda78db915acdf5fa47dfc14c91c251f6 (diff)
downloadmariadb-git-f941f842c3f3347023947ae046ff7a6f6b7cabd2.tar.gz
make lowercase_table3 to work
Diffstat (limited to 'mysql-test/t/lowercase_table3.test')
-rw-r--r--mysql-test/t/lowercase_table3.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/lowercase_table3.test b/mysql-test/t/lowercase_table3.test
index 1753772ecc3..edb852a9fb7 100644
--- a/mysql-test/t/lowercase_table3.test
+++ b/mysql-test/t/lowercase_table3.test
@@ -9,7 +9,7 @@
disable_query_log;
show variables like "lower_case_%";
--require r/true.require
-select @@version_compile_os NOT IN ("NT","WIN2000","Win95/Win98","XP") as "TRUE";
+select convert(@@version_compile_os using latin1) NOT IN ("NT","WIN2000","Win95/Win98","XP") as "TRUE";
enable_query_log;
--disable_warnings