mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
d890aca6b5
* version_compile_os can be "linux-systemd", not equal to "Linux" * main.no-threads forces no-threads scheduler, a check whether it has one_thread_per_connection is guaranteed to fail.
5 lines
77 B
PHP
5 lines
77 B
PHP
if (`select @@version_compile_os not LIKE 'Linux%'`)
|
|
{
|
|
skip Need Linux;
|
|
}
|
|
|