• Marko Mäkelä's avatar
    Remove the debug variables innodb_purge_stop_now, innodb_purge_run_now · 24062fed
    Marko Mäkelä authored
    The InnoDB purge subsystem can be best stopped by opening a read view,
    for example by START TRANSACTION WITH CONSISTENT SNAPSHOT.
    
    To ensure that everything is purged, use wait_all_purged.inc,
    which waits for the History list length in SHOW ENGINE INNODB STATUS
    to reach 0. Setting innodb_purge_run_now never guaranteed this.
    24062fed
wl5522_debug_zip.result 15.7 KB