1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Some after-merge fixes for 5.5 merge.

This commit is contained in:
unknown
2011-10-25 12:53:40 +02:00
parent 90b43902b0
commit 5da52cd108
11 changed files with 36 additions and 9 deletions

View File

@ -0,0 +1,4 @@
--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;