mariadb/storage/innobase/dict
Thirunarayanan Balathandayuthapani dac3d702f7 MDEV-36649 dict_acquire_mdl_shared() aborts when table mode is DICT_TABLE_OP_OPEN_ONLY_IF_CACHED
- InnoDB fails to check the table is being dropped or evicted
while acquiring the MDL for the table when table open operation
mode is DICT_TABLE_OP_OPEN_ONLY_IF_CACHED. This is caused by
the commit 337bf8ac4b (MDEV-36122)

Fix:
===
dict_acquire_mdl_shared(): If the table is evicted or dropped when
table operation mode is DICT_TABLE_OP_OPEN_IF_CACHED then return
nullptr
2025-04-22 15:17:29 +05:30
..
dict0boot.cc MDEV-32068 Some calls to buf_read_ahead_linear() seem to be useless 2023-12-05 12:31:29 +02:00
dict0crea.cc Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
dict0defrag_bg.cc MDEV-36122: Protect table references with a lock 2025-03-26 14:22:58 +02:00
dict0dict.cc MDEV-36649 dict_acquire_mdl_shared() aborts when table mode is DICT_TABLE_OP_OPEN_ONLY_IF_CACHED 2025-04-22 15:17:29 +05:30
dict0load.cc MDEV-33167 ASAN errors in dict_sys_t::load_table / get_foreign_key_info after failing to load a table 2025-04-03 17:39:40 +05:30
dict0mem.cc MDEV-35854: Simplify dict_get_referenced_table() 2025-01-23 14:38:08 +02:00
dict0stats.cc MDEV-36122: Protect table references with a lock 2025-03-26 14:22:58 +02:00
dict0stats_bg.cc Fix galera.galera_kill_ddl test errors in debug mode. 2023-12-22 17:55:30 +01:00
drop.cc MDEV-35701 trx_t::autoinc_locks causes unnecessary dynamic memory allocation 2025-01-15 16:55:01 +02:00