• Marko Mäkelä's avatar
    MDEV-33098: Fix some instrumentation for innodb.doublewrite_debug · 0b612619
    Marko Mäkelä authored
    buf_flush_page_cleaner(): A continue or break inside DBUG_EXECUTE_IF
    actually is a no-op. Use an explicit call to _db_keyword_() to
    actually avoid advancing the checkpoint.
    
    buf_flush_list_now_set(): Invoke os_aio_wait_until_no_pending_writes()
    to ensure that the page write to the system tablespace is completed.
    0b612619
doublewrite_debug.test 5.93 KB