diff options
author | unknown <serg@serg.mylan> | 2004-06-27 11:57:08 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-06-27 11:57:08 +0200 |
commit | 54f47f1ef6ef5e4f42b22581dc445e94ee97932e (patch) | |
tree | f60a7d333480ddb20cc7b9e4cfc7832201373195 /mysql-test/t/lowercase_table3.test | |
parent | 68ff7025c046e53adcba809ae8d3ab2ec6223af2 (diff) | |
download | mariadb-git-54f47f1ef6ef5e4f42b22581dc445e94ee97932e.tar.gz |
make lowercase_table3 to work
Diffstat (limited to 'mysql-test/t/lowercase_table3.test')
-rw-r--r-- | mysql-test/t/lowercase_table3.test | 2 |
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 |