mariadb/storage/innobase/lock
Thirunarayanan Balathandayuthapani d897b4dc25 MDEV-15855: Use atomics for dict_table_t::n_ref_count
Make dict_table_t::n_ref_count private, and protect it with
a combination of dict_sys->mutex and atomics. We want to be
able to invoke dict_table_t::release() without holding
dict_sys->mutex.
2018-07-05 15:47:51 +03:00
..
lock0iter.cc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
lock0lock.cc MDEV-15855: Use atomics for dict_table_t::n_ref_count 2018-07-05 15:47:51 +03:00
lock0prdt.cc Make some locking primitives inline 2018-03-16 15:50:05 +02:00
lock0wait.cc MDEV-13935 INSERT stuck at state Unlocking tables 2018-03-16 15:50:04 +02:00