• Marko Mäkelä's avatar
    MDEV-31350: Hang in innodb.recovery_memory · cf37e44e
    Marko Mäkelä authored
    buf_flush_page_cleaner(): Whenever buf_pool.ran_out(), invoke
    buf_pool.get_oldest_modification(0) so that all clean blocks
    will be removed from buf_pool.flush_list and buf_flush_LRU_list_batch()
    will be able to evict some pages.
    
    This fixes a regression that was likely caused by
    commit a55b951e (MDEV-26827).
    cf37e44e
buf0flu.cc 78.3 KB