MDEV-23719: Remove buf_block_t::lock_hash_val
The InnoDB buffer block page descriptor is caching a value buf_block_t::lock_hash_val that should be quick to compute in the first place, as suggested by commit 14be8143. lock_rec_fold(): Define as page_id_t::fold() instead of ut_fold_ulint_pair().
Showing
Please register or sign in to comment