mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
9942ad0108
that platform, not real failures. (Bug #12328, Bug #11569) mysql-test/t/packet.test: Skip this test on Windows mysql-test/t/rpl_flush_tables.test: Skip this test on Windows mysql-test/include/not_windows.inc: Add include for skipping tests on Windows
4 lines
158 B
PHP
4 lines
158 B
PHP
--require r/true.require
|
|
disable_query_log;
|
|
select convert(@@version_compile_os using latin1) NOT IN ("Win32","Win64","Windows") as "TRUE";
|
|
enable_query_log;
|