summaryrefslogtreecommitdiff
path: root/mysql-test/main/show_explain.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bb-10.6-all-builders' into bb-10.7-all-buildersLena Startseva2022-09-271-0/+4
|\
| * Merge branch 'bb-10.5-all-builders' into bb-10.6-all-buildersLena Startseva2022-09-271-0/+4
| |\
| | * Merge branch 'bb-10.3-all-builders' into bb-10.4-all-buildersLena Startseva2022-09-231-0/+4
| | |\
| | | * MDEV-27691: make working view-protocolLena Startseva2022-09-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Test cases require debug_sync enabledVicențiu Ciorbaru2021-07-191-0/+1
|/ / /
* | | Fixes for mtr --valgrindMonty2021-05-191-1/+3
|/ / | | | | | | | | Disabled show_explain when used with valgrind because of random failures Disable ssl-big when running with --valgrind as it takes more than 1 hour
* | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-1/+8
|\ \ | |/
| * Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-1/+8
| |
* | Merge 10.3 into 10.4Marko Mäkelä2020-01-201-91/+91
|\ \ | |/ | | | | | | The MDEV-17062 fix in commit c4195305b2a8431f39a4c75cc1c66ba43685f7a0 was omitted.
| * Merge branch '10.2' into 10.3Sergei Petrunia2020-01-171-91/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # mysql-test/suite/galera/r/MW-388.result # mysql-test/suite/galera/t/MW-388.test # mysql-test/suite/innodb/r/truncate_inject.result # mysql-test/suite/innodb/t/truncate_inject.test # mysql-test/suite/rpl/r/rpl_stop_slave.result # mysql-test/suite/rpl/t/rpl_stop_slave.test # sql/sp_head.cc # sql/sp_head.h # sql/sql_lex.cc # sql/sql_yacc.yy # storage/xtradb/buf/buf0dblwr.cc
* | MDEV-16188 Use in-memory PK filters built from range index scansIgor Babaev2019-02-031-0/+3
|/ | | | | | | | | | | | | | | | | | | | | | 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/+1204