• Marko Mäkelä's avatar
    MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent · 9608773f
    Marko Mäkelä authored
    This essentially reverts commit 4e89ec66
    and only disables InnoDB persistent statistics for tests where it is
    desirable. By design, InnoDB persistent statistics will not be updated
    except by ANALYZE TABLE or by STATS_AUTO_RECALC.
    
    The internal transactions that update persistent InnoDB statistics
    in background tasks (with innodb_stats_auto_recalc=ON) may cause
    nondeterministic query plans or interfere with some tests that deal
    with other InnoDB internals, such as the purge of transaction history.
    9608773f
endspace.result 6.58 KB