mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: @@mutex_deadlock_detector -> @@debug_mutex_deadlock_detector
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
--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;
|
||||
if (`select count(*)=0 from information_schema.global_variables where variable_name = "debug_mutex_deadlock_detector"`) {
|
||||
skip needs safemutex deadlock detector;
|
||||
}
|
||||
|
Reference in New Issue
Block a user