mariadb/storage/innobase/lock
Thirunarayanan Balathandayuthapani fb3e3a6a3d MDEV-20483 trx_lock_t::table_locks is not a subset of trx_lock_t::trx_locks
Problem:
=======
  Transaction left with nonempty table locks list. This leads to
assumption that table_locks is not subset of trx_locks. Problem is that
lock_wait_timeout_thread() doesn't remove the table lock from
table_locks for transaction.

Solution:
========
  In lock_wait_timeout_thread(), remove the lock from table vector of
transaction.
2019-09-17 19:54:55 +05:30
..
lock0iter.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lock0lock.cc MDEV-20483 trx_lock_t::table_locks is not a subset of trx_lock_t::trx_locks 2019-09-17 19:54:55 +05:30
lock0prdt.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lock0wait.cc Merge 10.1 into 10.2 2019-07-25 12:14:27 +03:00