1
0
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:
Sergei Golubchik
2014-09-03 20:16:13 +02:00
parent 15623fd7bb
commit beb2422ad8
6 changed files with 33 additions and 36 deletions

View File

@ -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;
}