mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
4 lines
185 B
PHP
4 lines
185 B
PHP
--require r/have_mutex_deadlock_detector.require
|
|
disable_query_log;
|
|
select 1 from information_schema.global_variables where variable_name = "mutex_deadlock_detector";
|
|
enable_query_log;
|