summaryrefslogtreecommitdiff
path: root/mysql-test/main/fast_prefix_index_fetch_innodb.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bb-10.9-all-builders' into bb-10.10-all-buildersLena Startseva2022-09-281-0/+2
|\
| * Merge branch 'bb-10.5-all-builders' into bb-10.6-all-buildersLena Startseva2022-09-271-0/+2
| |\
| | * MDEV-27691: make working view-protocolLena Startseva2022-09-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Tests with checking metadata or that cannot be run with the view-protocol are excluded from --view-protocol. For tests that do not allow the use of an additional connection, the util connection is disabled with "--disable_service_connection". Also cases with bugs for --view-protocol are disabled.
* | | MDEV-28540 Deprecate and ignore the parameter ↵Marko Mäkelä2022-06-031-522/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | innodb_prefix_index_cluster_optimization The parameter innodb_prefix_index_cluster_optimization used to enable an optimization that was added in cb37c557688e2f7f0381d02f78976a1b7d1bfd65 and was disabled by default. We will unconditionally enable the extension and mark the parameter as deprecated. Related to this, the counters Innodb_secondary_index_triggered_cluster_reads and Innodb_secondary_index_triggered_cluster_reads_avoided allowed to determine the usefulness of this optimization. Now that the configuration parameter is disabled, the counters do not serve any useful purpose and can be removed. row_search_with_covering_prefix(): Fix a bug that caused an incorrect result to be returned.
* | MDEV-4750 follow-up: Reduce disabling innodb_stats_persistentMarko Mäkelä2021-08-311-0/+4
|/ | | | | | | | | | | | 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.
* Merge 10.2 into 10.3Marko Mäkelä2020-09-031-5/+56
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+668