mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
12
mysql-test/include/innodb_stable_estimates.inc
Normal file
12
mysql-test/include/innodb_stable_estimates.inc
Normal file
@ -0,0 +1,12 @@
|
||||
#
|
||||
# Include this file in your .test file if your testcase uses InnoDB tables
|
||||
# requiring stable query plans, which likely requires that InnoDB produces
|
||||
# stable estimates for #records in tables.
|
||||
#
|
||||
# How it works:
|
||||
# Unstable InnoDB estimates are caused by InnoDB's background statistics
|
||||
# collection. When you include this file, MTR will use server options from
|
||||
# include/innodb_stable_estimates.opt, which disables background statistics
|
||||
# collection.
|
||||
# (and no, InnoDB team objects to using this configuration for all MTR tests)
|
||||
#
|
1
mysql-test/include/innodb_stable_estimates.opt
Normal file
1
mysql-test/include/innodb_stable_estimates.opt
Normal file
@ -0,0 +1 @@
|
||||
--innodb_stats_auto_recalc=0
|
Reference in New Issue
Block a user