From d0ce8704665c63005c599579ff86692f23240496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Tue, 9 May 2017 10:55:17 +0300 Subject: MDEV-12735: Accidental revert of MDEV-6933 --- storage/innobase/lock/lock0wait.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/storage/innobase/lock/lock0wait.cc b/storage/innobase/lock/lock0wait.cc index 867e596bca2..30752706475 100644 --- a/storage/innobase/lock/lock0wait.cc +++ b/storage/innobase/lock/lock0wait.cc @@ -274,10 +274,6 @@ lock_wait_suspend_thread( } } - /* Wake the lock timeout monitor thread, if it is suspended */ - - os_event_set(lock_sys->timeout_event); - lock_wait_mutex_exit(); trx_mutex_exit(trx); -- cgit v1.2.1