Commit f941f842 authored by serg@serg.mylan's avatar serg@serg.mylan

make lowercase_table3 to work

parent 08ac1d1b
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
disable_query_log; disable_query_log;
show variables like "lower_case_%"; show variables like "lower_case_%";
--require r/true.require --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; enable_query_log;
--disable_warnings --disable_warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment