mariadb/storage/innobase/buf
Thirunarayanan Balathandayuthapani 71c93fb8fd MDEV-28462 Race condition between instant alter and AHI access
- InnoDB AHI tries to access the concurrent instant alter column,
leads to asan failure. Instant alter column should acquire the
clustered index search latch in exclusive mode before changing
the table cache definition.

- Removed the default parameter for the function
btr_search_drop_page_hash_index()

- Addressed the DWITH_INNODB_AHI=0 compilation failure
by passing two parameters from all callers of
btr_search_drop_page_hash_index()
2022-11-22 15:24:44 +05:30
..
buf0block_hint.cc
buf0buddy.cc
buf0buf.cc MDEV-28462 Race condition between instant alter and AHI access 2022-11-22 15:24:44 +05:30
buf0checksum.cc
buf0dblwr.cc
buf0dump.cc
buf0flu.cc
buf0lru.cc MDEV-28462 Race condition between instant alter and AHI access 2022-11-22 15:24:44 +05:30
buf0rea.cc