mirror of
https://github.com/MariaDB/server.git
synced 2025-04-26 11:49:09 +03:00
This essentially reverts commit 4e89ec6692786bc1cbdce64d43d8e85a5d247dab 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.
2 lines
55 B
Plaintext
2 lines
55 B
Plaintext
--innodb-sys-tablestats --skip-innodb-stats-persistent
|