mariadb/storage/innobase/lock
Jan Lindström f3e362464b MDEV-8869: Potential lock_sys->mutex deadlock
Analysis: We are alreading holing lock_sys mutex when we call thd::awake.
This could lead mutex deadlock if trx->current_lock_mutex_owner is not
correctly set.

Fix: Make sure that trx->current_lock_mutex_owner is correctly set.
2015-10-20 13:41:14 +03:00
..
lock0iter.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
lock0lock.cc MDEV-8869: Potential lock_sys->mutex deadlock 2015-10-20 13:41:14 +03:00
lock0wait.cc move to storage/innobase 2015-05-04 19:17:21 +02:00