summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2022-07-276-0/+120
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-274-0/+104
| |\
| | * MDEV-28980: Disable the test for --embeddedMarko Mäkelä2022-07-261-0/+4
| | * MDEV-28980 InnoDB: Failing assertion: len <= MAX_TABLE_NAME_LENMarko Mäkelä2022-07-254-0/+100
| * | MDEV-26420 Buffer overflow on instant ADD/DROP of generated columnMarko Mäkelä2022-07-262-0/+16
* | | Merge 10.4 into 10.5Marko Mäkelä2022-07-045-19/+238
|\ \ \ | |/ /
| * | MDEV-26294 Duplicate entries in unique index not detected when changing colla...Marko Mäkelä2022-07-045-19/+238
* | | Valgrind: Disable tests that would often time outMarko Mäkelä2022-07-016-2/+6
* | | Merge 10.4 into 10.5Marko Mäkelä2022-07-012-0/+54
|\ \ \ | |/ /
| * | MDEV-28919 Assertion `(((core_null) + 7) >> 3) == oindex.n_core_null_bytes ||...Thirunarayanan Balathandayuthapani2022-06-302-0/+50
* | | Merge 10.4 into 10.5Marko Mäkelä2022-06-272-0/+25
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-06-272-0/+25
| |\ \ | | |/
| | * MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during...Marko Mäkelä2022-06-272-0/+25
* | | Merge 10.4 into 10.5Marko Mäkelä2022-06-272-4/+5
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-06-272-4/+5
| |\ \ | | |/
| | * Fix intermittent failures of innodb.stats_persistentMarko Mäkelä2022-06-172-4/+5
* | | Merge 10.4 into 10.5Marko Mäkelä2022-06-091-0/+1
|\ \ \ | |/ /
* | | Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-183-7/+0
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4mariadb-10.4.25Sergei Golubchik2022-05-182-4/+0
| |\ \ | | |/
| | * MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non...Marko Mäkelä2022-05-162-4/+0
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-0910-7/+354
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-088-7/+226
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-034-7/+99
| | |\
| | | * MDEV-28416 Incorrect AUTO_INCREMENT may be issued when close to UINT64_MAXMarko Mäkelä2022-04-274-7/+99
| | * | MDEV-28422 Page split breaks a gap lockMarko Mäkelä2022-04-272-0/+66
| | * | Merge branch '10.2' into 10.3Sergei Golubchik2022-04-212-0/+61
| | |\ \ | | | |/
| | | * MDEV-28317 Assertion failures in row_undo_mod on recoveryMarko Mäkelä2022-04-192-0/+61
| * | | MDEV-26224 InnoDB fails to remove AUTO_INCREMENT attributeVlad Lesin2022-04-212-0/+128
* | | | Remove redundant innodb-page_compression_ testsMarko Mäkelä2022-04-2522-3822/+0
* | | | Clean up the page_compressed testsMarko Mäkelä2022-04-253-0/+145
* | | | MDEV-27094 Debug builds include useless InnoDB "disabled" optionsMarko Mäkelä2022-04-2210-456/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-04-212-7/+102
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2022-04-212-7/+102
| |\ \ \ | | |/ /
| | * | MDEV-20194 Warnings inconsistently issued upon CHECK on table from older vers...Thirunarayanan Balathandayuthapani2022-04-202-7/+102
| | * | MDEV-28304 innodb.instant_alter,8k.rdiff does not apply on FreeBSDMarko Mäkelä2022-04-134-91/+83
* | | | Merge branch 10.4 into 10.5Daniel Black2022-04-213-15/+15
|\ \ \ \ | |/ / /
| * | | MDEV-28227 Error message Chinese translationHaidong Ji2022-04-213-15/+15
* | | | MDEV-23974 Tests fail due to [Warning] InnoDB: Trying to delete tablespaceMarko Mäkelä2022-03-238-0/+36
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-03-154-0/+22
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2022-03-152-0/+4
| |\ \ \ | | |/ /
| | * | Avoid shutdown timeout in innodb.undo_truncateMarko Mäkelä2022-03-112-0/+4
| * | | MDEV-28060 Online DDL fails while checking for instant alter conditionThirunarayanan Balathandayuthapani2022-03-142-0/+18
* | | | Stabilize innodb.redo_log_during_checkpointMarko Mäkelä2022-03-112-18/+3
* | | | Merge 10.4 into 10.5Vlad Lesin2022-03-074-87/+54
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Vlad Lesin2022-03-074-87/+54
| |\ \ \ | | |/ /
| | * | MDEV-27992 DELETE fails to delete record after blocking is releasedVlad Lesin2022-03-074-87/+54
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-03-074-2/+49
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2022-03-072-0/+15
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2022-03-042-0/+15
| | |\ \ | | | |/
| | | * MDEV-27993 Assertion failed in btr_page_reorganize_low()Marko Mäkelä2022-03-032-0/+15