• Marko Mäkelä's avatar
    MDEV-22611 Assertion btr_search_enabled failed during buffer pool resizing · 5b6bcb59
    Marko Mäkelä authored
    In commit ad6171b9 (MDEV-22456)
    we removed the acquisition of the adaptive hash index latch
    from the caller of btr_search_update_hash_ref().
    The tests innodb.innodb_buffer_pool_resize_with_chunks
    and innodb.innodb_buffer_pool_resize
    would occasionally fail starting with 10.3,
    due to MDEV-12288 causing more purge activity during the test.
    
    btr_search_update_hash_ref(): After acquiring the adaptive hash index
    latch, check that the adaptive hash index is still enabled on the page.
    5b6bcb59
btr0sea.cc 53.4 KB