1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-32901: innodb.mdev-14846 fails in 11.0

InnoDB could return off-by-1 estimates for the involved tables.
This would cause off-by-many difference in join output cardinality
for the top-level SELECT, and so different query plan for the subquery.

The fix: Introduce mysql-test/include/innodb_stable_estimates.{inc,opt}
which disables InnoDB's background statistics collection, and use it.
This commit is contained in:
Sergei Petrunia
2023-12-04 15:55:53 +03:00
parent 5c4c1844bf
commit bd23b3dc06
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1 @@
--innodb_stats_auto_recalc=0