summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria
Commit message (Expand)AuthorAgeFilesLines
* Fixed crashing bug in recursive SQL if write to tmp table would failMonty2023-03-022-0/+120
* Adjust costs for rowid filterMonty2023-02-211-1/+1
* Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-101-1/+1
* Added rowid_filter support to AriaMonty2023-02-031-1/+1
* Added test cases for preceding testMonty2023-02-032-13/+27
* Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-1/+1
* Update cost for hash and cached joinsMonty2023-02-021-2/+2
* Update matching_candidates_in_table() to treat all conditions similarMonty2023-02-021-2/+2
* Merge 10.7 into 10.8Marko Mäkelä2022-11-172-0/+3
|\
| * Merge 10.5 into 10.6Marko Mäkelä2022-11-102-0/+3
| |\
| | * MDEV-28970: Add RESET MASTER to clear possible remaining binlog from previous...asklavou2022-11-092-0/+3
* | | Merge 10.7 into 10.8Marko Mäkelä2022-09-2118-207/+207
|\ \ \ | |/ /
| * | Merge 10.5 into 10.6Marko Mäkelä2022-09-2018-207/+207
| |\ \ | | |/
| | * A cleanup for MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-141-2/+2
| | * Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-1418-205/+205
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2022-09-1318-205/+205
| | | |\
| | | | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-1218-205/+205
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-07-282-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-272-6/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-272-6/+6
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-272-6/+6
| | | |\ \ | | | | |/
| | | | * MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers ...Alexander Barkov2022-07-062-6/+6
| * | | | Fix ./mtr --embeddedMarko Mäkelä2022-06-104-5/+8
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-144-5/+8
|\ \ \ \ \
| * | | | | Fixed maria.maria-recover and maria.encrypt-no-key test filesMonty2022-06-134-5/+8
| |/ / / /
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-096-16/+23
|\ \ \ \ \ | |/ / / /
| * | | | Improve error reporting in AriaMonty2022-06-076-16/+23
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-04-272-1/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-212-1/+26
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.4 into 10.5Marko Mäkelä2022-04-212-1/+26
| | |\ \ \ | | | |/ /
| | | * | Merge 10.3 into 10.4Marko Mäkelä2022-04-212-1/+24
| | | |\ \ | | | | |/
| | | | * MDEV-28269 Assertion `save_errno' in maria_write or ER_GET_ERRNOMonty2022-04-112-1/+24
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-02-231-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-02-231-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Extend have_sanitizer with ASAN+UBSAN and MSANMarko Mäkelä2022-02-231-0/+1
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-02-172-0/+64
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-02-172-0/+64
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.4 into 10.5Marko Mäkelä2022-02-172-0/+64
| | |\ \ \ | | | |/ /
| | | * | Merge 10.3 into 10.4Marko Mäkelä2022-02-172-0/+64
| | | |\ \ | | | | |/
| | | | * MDEV-17223 Assertion `thd->killed != 0' failed in ha_maria::enable_indexesMonty2022-02-162-0/+64
* | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-042-0/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-032-0/+16
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-012-0/+16
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-302-0/+16
| | | |\ \ | | | | |/
| | | | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-292-0/+16
| | | | |\
| | | | | * MDEV-11241 Certain combining marks cause MariaDB to crash when doing Full-Tex...Sergei Golubchik2022-01-282-0/+16
* | | | | | MDEV-27434 DESC attribute does not work with auto-increment on secondary colu...Sergei Golubchik2022-01-262-6/+37
* | | | | | MDEV-27309 Server crash or ASAN memcpy-param-overlap upon INSERT into Aria/My...Sergei Golubchik2022-01-262-0/+51
* | | | | | MDEV-27303 Table corruption after insert into a non-InnoDB table with DESC indexSergei Golubchik2022-01-262-0/+83
|/ / / / /
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-092-0/+24
|\ \ \ \ \ | |/ / / /