mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
a9572e07e9
and use it in mysql-test-run.pl Use standard defines as last argument to 'fn_format'
4 lines
165 B
PHP
4 lines
165 B
PHP
--require r/not_windows.require
|
|
disable_query_log;
|
|
select convert(@@version_compile_os using latin1) NOT IN ("Win32","Win64","Windows") as "TRUE";
|
|
enable_query_log;
|