mariadb/mysql-test/suite/perfschema
Marko Mäkelä b01d8e1a33 MDEV-20612: Replace lock_sys.mutex with lock_sys.latch
For now, we will acquire the lock_sys.latch only in exclusive mode,
that is, use it as a mutex.

This is preparation for the next commit where we will introduce
a less intrusive alternative, combining a shared lock_sys.latch
with dict_table_t::lock_mutex or a mutex embedded in
lock_sys.rec_hash, lock_sys.prdt_hash, or lock_sys.prdt_page_hash.
2021-02-11 14:52:10 +02:00
..
include fix a race condition in the perfschema.transaction_nested_events 2020-03-14 09:51:52 +01:00
r MDEV-20612: Replace lock_sys.mutex with lock_sys.latch 2021-02-11 14:52:10 +02:00
t Merge 10.5 into 10.6 2021-01-25 12:56:30 +02:00
disabled.def perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00