mariadb/mysql-test/include/have_debug_sync.inc

5 lines
179 B
PHP
Raw Normal View History

if (`SELECT COUNT(*) = 0 FROM information_schema.session_variables WHERE
variable_name = 'debug_sync' AND variable_value LIKE 'ON %'`) {
--skip Needs debug_sync enabled
}