• Marko Mäkelä's avatar
    MDEV-23719: Remove buf_block_t::lock_hash_val · 852771ba
    Marko Mäkelä authored
    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().
    852771ba
lock0lock.cc 186 KB