summaryrefslogtreecommitdiff
path: root/mysql-test/main/myisam.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-10-011-0/+23
|\
| * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-011-0/+23
| |
* | MDEV-13628: ORed condition in pushed index condition is not removed from the ↵Varun Gupta2019-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WHERE So to push index condition for each join tab we have calculate the index condition that can be pushed and then remove this index condition from the original condition. This is done through the function make_cond_remainder. The problem is the function make_cond_remainder does not remove index condition when there is an OR operator. Fixed this by making the function make_cond_remainder to keep in mind of the OR operator. Also updated results for multiple test files which were incorrectly updated by the commit e0c1b3f24246d22e6785315f9a8448bd9a590422 code which was supposed to remove the condition present in the index condition was not getting executed when the condition had OR operator, with AND the pushed index condition was getting removed from where. This problem affects all versions starting from 5.5 but this is a performance improvement, so fixing it in 10.4
* | Merge 10.3 into 10.4Marko Mäkelä2019-04-251-1/+7
|\ \ | |/ | | | | | | In is_eits_usable(), we disable an assertion that fails due to MDEV-19334.
* | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-031-1/+7
|\ \
| * | MDEV-15253: Default optimizer setting changes for MariaDB 10.4Varun Gupta2018-12-091-1/+7
| | | | | | | | | | | | | | | use_stat_tables= PREFERABLY optimizer_use_condition_selectivity= 4
* | | MDEV-16188 Use in-memory PK filters built from range index scansIgor Babaev2019-02-031-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | MDEV-17068 mysql system table is marked as crashed and should be repaired ↵Monty2018-08-281-1/+1
|/ | | | | | | | | | | after the server crashes or is killed - Changed ERROR to WARNING for MyISAM/Aria message that are warnings in the check utilities. This affects for example "client is using or hasn't closed the table properly". - Print "Table is fixed" if check succeded in fixing the table.
* Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-3/+4
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+2671