mariadb/mysql-test/include/have_mutex_deadlock_detector.inc

4 lines
166 B
PHP
Raw Normal View History

if (`select count(*)=0 from information_schema.global_variables where variable_name = "debug_mutex_deadlock_detector"`) {
skip needs safemutex deadlock detector;
}