mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
make lowercase_table3 to work
This commit is contained in:
parent
68ff7025c0
commit
54f47f1ef6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue