summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_mutex_deadlock_detector.inc
blob: 88a7484a3e8024a74e1e07403c5db4238ee087da (plain)
1
2
3
if (`select count(*)=0 from information_schema.global_variables where variable_name = "debug_mutex_deadlock_detector"`) {
  skip needs safemutex deadlock detector;
}