From 3f619478f796eddbba6e39502fe941b285dd97b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:00:34 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- mysql-test/include/have_mutex_deadlock_detector.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mysql-test/include/have_mutex_deadlock_detector.inc (limited to 'mysql-test/include/have_mutex_deadlock_detector.inc') diff --git a/mysql-test/include/have_mutex_deadlock_detector.inc b/mysql-test/include/have_mutex_deadlock_detector.inc new file mode 100644 index 00000000..88a7484a --- /dev/null +++ b/mysql-test/include/have_mutex_deadlock_detector.inc @@ -0,0 +1,3 @@ +if (`select count(*)=0 from information_schema.global_variables where variable_name = "debug_mutex_deadlock_detector"`) { + skip needs safemutex deadlock detector; +} -- cgit v1.2.3