• Marko Mäkelä's avatar
    MDEV-32134 InnoDB hang in buf_flush_wait_LRU_batch_end() · cdd2fa7f
    Marko Mäkelä authored
    buf_flush_page_cleaner(): Before finishing a batch, wake up any threads
    that are waiting for buf_pool.done_flush_LRU.
    
    This should fix a hung shutdown that we observed
    after SET GLOBAL innodb_buffer_pool_size started was executed
    to shrink the InnoDB buffer pool.
    cdd2fa7f
buf0flu.cc 79.4 KB