• Marko Mäkelä's avatar
    MDEV-27058 fixup: Avoid a hang with ROW_FORMAT=COMPRESSED · da347560
    Marko Mäkelä authored
    buf_page_get_low(): When we are creating an uncompressed page frame
    for a ROW_FORMAT=COMPRESSED page, we must release the buf_pool.page_hash
    latch and buf_pool.mutex while waiting for other threads to release their
    fixes on the block.
    
    This was caught by an occasional hang of the test innodb_zip.bug56680.
    da347560
buf0buf.cc 121 KB