mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
7 lines
244 B
PHP
7 lines
244 B
PHP
|
# This file should only be used with tests that are too big or slow for MSAN.
|
||
|
|
||
|
if (`select count(*) from information_schema.system_variables where variable_name='have_sanitizer' and global_value like "MSAN%"`)
|
||
|
{
|
||
|
--skip Can't be run WITH_MSAN
|
||
|
}
|