summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Vicențiu Ciorbaru2020-03-182-4/+4
|\
| * Fixed multi_update_debug.testMonty2020-03-162-4/+4
* | MDEV-21932 A fast plan with ROR index-merge is ignored whenbb-10.4-monty3Igor Babaev2020-03-172-0/+92
* | Removed double records_in_range calls from multi_range_read_info_constMonty2020-03-1732-223/+242
* | Merge 10.3 into 10.4Marko Mäkelä2020-03-162-0/+160
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-03-132-0/+160
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-03-116-28/+72
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-116-28/+70
* | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-1111-5/+516
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-065-2/+30
| * MDEV-20382: SHOW PRIVILEGES displays "Delete versioning rows" rather than "De...Anel Husakovic2020-03-051-1/+1
| * MDEV-21554 Crash in JOIN_CACHE_BKAH::skip_index_tuple when mrr=on andIgor Babaev2020-02-253-5/+473
| * MDEV-21628: Index condition pushdown condition ... not used with BKASergei Petrunia2020-02-192-0/+118
* | Added keyread_time() to HEAPMonty2020-03-091-1/+1
* | MDEV-21841 CONV() function doesn't truncate its output to 21 when uses defaul...Roman Nozdrin2020-02-292-0/+26
* | MDEV-21684: mysqld crash with signal 11 when renaming table+max_statement_timebb-10.4-MDEV-21684Oleksandr Byelkin2020-02-262-0/+69
* | MDEV-21610 Different query results from 10.4.11 to 10.4.12Igor Babaev2020-02-182-0/+486
* | MDEV-21628: Index condition pushdown condition ... not used with BKASergei Petrunia2020-02-142-0/+118
* | MDEV-20867 - Perform careful review of "Server crashes with BACKUP STAGE and ...Sergey Vojtovich2020-02-132-45/+6
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-1144-548/+921
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-02-102-17/+19
| * MDEV-21614 Wrong query results with optimizer_switch="split_materialized=on"Igor Babaev2020-02-072-0/+132
| * MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-0534-509/+654
| * MDEV-21195 INSERT chooses wrong partition for RANGE partitioning by DECIMAL c...Aleksey Midenkov2020-02-022-0/+90
| * Merge 10.2 into 10.3Marko Mäkelä2020-01-312-1/+2
| * Merge branch 'MDEV-21383' into 10.3Oleksandr Byelkin2020-01-252-0/+121
| |\
* | | MDEV-21616: Server crash when using "SET STATEMENT max_statement_time=0 FOR d...Oleksandr Byelkin2020-02-052-0/+20
* | | MDEV-20001 Potential dangerous regression: INSERT INTO >=100 rows fail for my...Sachin2020-02-032-0/+20
* | | MDEV-18791 Wrong error upon creating Aria table with long index on BLOBSachin Setiya2020-02-022-0/+8
* | | Post-merge fixSergei Petrunia2020-01-261-0/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-252-0/+121
|\ \ \ | | |/ | |/|
| * | MDEV-21383: Possible range plan is not used under certain conditionsbb-10.3-mdev21383Sergei Petrunia2020-01-242-0/+121
* | | fix testsOleksandr Byelkin2020-01-241-1/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-248-13/+101
|\ \ \ | | |/ | |/|
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-248-13/+101
| |/
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-217-37/+109
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-217-37/+109
* | Merge 10.3 into 10.4Marko Mäkelä2020-01-2044-255/+391
|\ \ | |/
| * Merge branch '10.2' into 10.3Sergei Petrunia2020-01-1742-255/+278
| * MDEV-21243: Join buffer: condition is checked in wrong place for range accessbb-10.3-mdev21243Sergei Petrunia2020-01-122-0/+112
* | MDEV-21446 Assertion `!prebuilt->index->is_primary()' failed inIgor Babaev2020-01-192-0/+102
* | MDEV-21356 ERROR 1032 Can't find record when running simple, single-table queryIgor Babaev2020-01-182-0/+231
* | MDEV-20732 Correctly set the length of the FORMAT() result for float data typ...Gagan Goel2020-01-163-1/+24
* | MDEV-21184 Assertion `used_tables_cache == 0' failed in Item_func::fix_fieldsIgor Babaev2020-01-153-4/+191
* | Merge 10.3 into 10.4Marko Mäkelä2020-01-072-4/+4
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-01-072-4/+4
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-036-4/+62
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-036-4/+62
* | Merge 10.3 into 10.4Marko Mäkelä2019-12-2713-11/+497
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-12-2713-11/+497