summaryrefslogtreecommitdiff
path: root/mysql-test/main/partition_innodb.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers ↵Alexander Barkov2022-07-061-1/+1
| | | | and strings
* MDEV-21842 auto_increment does not increment with compound primary key on ↵Alexey Botchkov2020-11-231-1/+1
| | | | | | | | | partitioned table. The idea of this fix is that it's enough to prevent the next_auto_inc_val from incrementing if an error, to fix this problem and also the MDEV-17333. So this patch basically reverts the existing fix to the MDEV-17333.
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-111-6/+6
|
* MDEV-18244 Server crashes in ha_innobase::update_thd / ... / ↵Alexey Botchkov2019-11-011-0/+24
| | | | | | | | | 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.2' into 10.3Oleksandr Byelkin2019-05-121-0/+42
|
* Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-0/+23
|
* Merge 10.2 into 10.3Marko Mäkelä2018-12-181-1/+1
|
* Merge 10.2 into 10.3Marko Mäkelä2018-11-191-0/+29
|
* MDEV-16241 Assertion `inited==RND' failed in handler::ha_rnd_end()Aleksey Midenkov2018-11-131-0/+11
| | | | | | | Discrepancy in open indexes due to overwritten `read_partitions` upon `ha_open()` in `ha_partition::clone()`. [Fixes tempesta-tech/mariadb#551]
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+927