summaryrefslogtreecommitdiff
path: root/mysql-test/main/index_merge_innodb.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-10-061-0/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-10-061-0/+1
| |\
| | * Disable valgrind for test in main that takes > 200 secondsMonty2022-10-041-0/+1
| | | | | | | | | | | | One can run these with --valgrind --big
* | | 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.
* | | MDEV-23397 Remove deprecated InnoDB options in 10.6Marko Mäkelä2020-08-041-2/+0
|/ /
* | Merge 10.4 into 10.5Marko Mäkelä2020-06-141-0/+23
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-131-0/+23
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-131-0/+23
| | |
* | | MDEV-18650: Options deprecated in previous versions - storage_engineVicențiu Ciorbaru2020-02-131-1/+1
|/ / | | | | | | | | | | | | Remove usage of deprecated variable storage_engine. It was deprecated in 5.5 but it never issued a deprecation warning. Make it issue a warning in 10.5.1. Replaced with default_storage_engine.
* | Merge 10.3 into 10.4Marko Mäkelä2019-10-121-30/+22
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-10-121-30/+22
| |
| * Merge branch '10.2' into 10.3Monty2019-09-031-0/+1
| |
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-041-0/+2
| |
* | index_merge_innodb did sometimes give wrong resultsMonty2019-04-011-0/+2
| | | | | | | | | | | | | | | | Fixed by adding more rows to a table Other things: - Speed up index_merge tests 20% by adding begin/commit around loops that generated rows.
* | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-031-0/+1
|\ \
| * | MDEV-15253: Default optimizer setting changes for MariaDB 10.4Varun Gupta2018-12-091-0/+1
| |/ | | | | | | | | use_stat_tables= PREFERABLY optimizer_use_condition_selectivity= 4
* | MDEV-16188 Use in-memory PK filters built from range index scansIgor Babaev2019-02-031-0/+1
|/ | | | | | | | | | | | | | | | | | | | | | This patch contains a full implementation of the optimization that allows to use in-memory rowid / primary filters built for range   conditions over indexes. In many cases usage of such filters reduce   the number of disk seeks spent for fetching table rows. In this implementation the choice of what possible filter to be applied   (if any) is made purely on cost-based considerations. This implementation re-achitectured the partial implementation of the feature pushed by Galina Shalygina in the commit 8d5a11122c32f4d9eb87536886c6e893377bdd07. Besides this patch contains a better implementation of the generic   handler function handler::multi_range_read_info_const() that takes into account gaps between ranges when calculating the cost of range index scans. It also contains some corrections of the implementation of the handler function records_in_range() for MyISAM. This patch supports the feature for InnoDB and MyISAM.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+207