summaryrefslogtreecommitdiff
path: root/mysql-test/main/partition_innodb.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bb-10.3-all-builders' into bb-10.4-all-buildersLena Startseva2022-09-231-4/+10
|\
| * MDEV-27691: make working view-protocolLena Startseva2022-09-231-4/+10
| | | | | | | | | | | | | | | | 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.
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-03-111-18/+6
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-111-18/+6
| |
* | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-0/+20
|\ \ | |/
| * MDEV-18244 Server crashes in ha_innobase::update_thd / ... / ↵Alexey Botchkov2019-11-011-0/+20
| | | | | | | | | | | | | | | | | | ha_partition::update_next_auto_inc_val. Partition table with the AUTO_INCREMENT column we ahve to check if the max value is properly loaded. So we need to open all tables in INSERT PARTITION statement if necessary. Also we need to check if some tables are pruned away and not count the max autoincrement in this case.
* | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-0/+1
|\ \ | |/
| * Merge branch '10.2' into 10.3Monty2019-09-031-0/+1
| |
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-0/+25
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+25
| |
* | Removed redundant partitioning checkSergey Vojtovich2019-04-031-0/+19
| | | | | | | | | | | | | | | | | | This check was introduced in 602a222 and then became redundant in ad1553e, where we attempt to open a table even for non-copy algorithms. Added missing test case from 602a222. Part of MDEV-17805 - Remove InnoDB cache for temporary tables.
* | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-031-0/+66
|\ \ | |/
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-0/+25
| |
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-191-0/+32
| |
| * MDEV-16241 Assertion `inited==RND' failed in handler::ha_rnd_end()Aleksey Midenkov2018-11-131-0/+10
| | | | | | | | | | | | | | Discrepancy in open indexes due to overwritten `read_partitions` upon `ha_open()` in `ha_partition::clone()`. [Fixes tempesta-tech/mariadb#551]
* | MDEV-16188 Use in-memory PK filters built from range index scansIgor Babaev2019-02-031-0/+16
|/ | | | | | | | | | | | | | | | | | | | | | 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-16172: Enable skipped testsMarko Mäkelä2018-05-171-4/+0
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+1021