mariadb/storage/innobase/dict
Marko Mäkelä 10901d7502 MDEV-36190: Optimize transaction_lock_guard use
buf_pool_t::page_guess(): Avoid a memory transaction, because
we would be checking several conditions inside it. Synchronize
with buf_page_t::init() in order to avoid false guesses.

buf_page_t::init(): Release-store the state after storing id_,
in order to properly synchronize-with buf_pool_t::page_guess().

buf_pool_t::page_hash_table::append(): Define non-inline.

buf_pool_t::page_hash_table::replace(),
buf_pool_t::page_hash_table::remove(): Move the inline definition
to the compilation unit of the only caller, to declutter the header.

buf_page_create_low(), buf_page_init_for_read(): Do not initialize
the block descriptor before holding a latch on buf_pool.page_hash,
in order to avoid false positive matches in buf_pool_t::page_guess().

trx_undo_report_row_operation(): Check the cheaper and less likely
condition first.

Also, remove several redundant TRANSACTIONAL_TARGET.
Some of the remaining ones will be made redundant by
commit 9c8bdc6c15 (MDEV-35049).
2025-09-23 16:17:58 +03:00
..
dict0boot.cc Merge branch '10.11' into 11.1 2024-07-08 22:40:16 +02:00
dict0crea.cc MDEV-37619 The forced use of THD accessors hurts InnoDB performance 2025-09-16 15:18:32 +03:00
dict0dict.cc MDEV-36190: Optimize transaction_lock_guard use 2025-09-23 16:17:58 +03:00
dict0load.cc Merge branch '10.11' into 11.4 2025-04-26 10:53:02 +02:00
dict0mem.cc Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
dict0stats.cc Merge 10.11 into 11.4 2025-09-03 10:32:56 +03:00
dict0stats_bg.cc Merge 10.11 into 11.4 2025-03-03 11:07:56 +02:00
drop.cc Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00