• Marko Mäkelä's avatar
    MDEV-26626 InnoDB fails to advance the log checkpoint · c430aa72
    Marko Mäkelä authored
    buf_flush_page_cleaner(): Always try to advance the log checkpoint,
    even when no pages were flushed during the latest batch.
    Maybe, since the previous batch, there was an LRU flush that
    removed the last dirty pages.
    
    Failure to advance the log checkpoint will cause unnecessary work
    in Mariabackup and on crash recovery.
    c430aa72
buf0flu.cc 77.9 KB