summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* Apply this patch from Percona Server (amended for 10.5):bb-10.5-mdev15101Sergei Petrunia2020-06-122-0/+38
* MDEV-22119: main.innodb_ext_key fails sporadicallyVarun Gupta2020-06-122-0/+8
* MDEV-22819: Wrong result or Assertion `ix > 0' failed in read_to_buffer upon ...Varun Gupta2020-06-112-0/+94
* MDEV-22722 Assertion "inited==NONE" failed in handler::ha_index_init on the s...Sachin2020-06-112-0/+36
* MDEV-14347 CREATE PROCEDURE returns no error when using an unknown variableAlexander Barkov2020-06-104-19/+998
* MDEV-22836: Server crashes in err_conv / ErrBuff::set_strVarun Gupta2020-06-092-0/+21
* MDEV-21765 Possibly inconsistent behavior of BIT_xx functions with INET6 fieldAlexander Barkov2020-06-092-0/+25
* Merge 10.4 into 10.5Marko Mäkelä2020-06-082-8/+232
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-082-8/+232
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-082-8/+232
* | | Merge 10.4 into 10.5Marko Mäkelä2020-06-0719-21/+352
|\ \ \ | |/ /
| * | MDEV-22719 Long unique keys are not created when individual key_part->length ...Sachin2020-06-072-0/+23
| * | MDEV-21804 Assertion `marked_for_read()' failed upon INSERT into table with l...Sachin2020-06-072-0/+23
| * | Merge 10.3 into 10.4Marko Mäkelä2020-06-0617-21/+310
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-0617-20/+307
* | | MDEV-20305 Data loss on DOUBLE and DECIMAL conversion to INTAlexander Barkov2020-06-065-4/+468
* | | Merge 10.4 into 10.5Marko Mäkelä2020-06-054-0/+247
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-06-052-0/+58
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-052-0/+58
| * | MDEV-21626: Optimizer misses the details about the picked join orderVarun Gupta2020-06-042-0/+188
| * | Added larger timeout to backup_stages.testMonty2020-06-022-4/+4
* | | MDEV-21902 Nested JSON_ARRAYAGG in JSON_OBJECT should not get escaped.Alexey Botchkov2020-06-042-0/+5
* | | MDEV-21914 JSON_ARRAYAGG doesn't reject ORDER BY clause, but doesn't work eit...Alexey Botchkov2020-06-042-0/+5
* | | MDEV-22084 Squared brackets missing from JSON_ARRAYAGG when used in a view.Alexey Botchkov2020-06-042-0/+9
* | | MDEV-22640, MDEV-22449, MDEV-21528 JSON_ARRAYAGG crashes with NULL values.Alexey Botchkov2020-06-042-0/+9
* | | MDEV-21546 main.backup_stages occasionally reports lock wait timeoutMarko Mäkelä2020-06-022-4/+4
* | | MDEV-22303: Incorrect ordering with REGEXP_REPLACE and OFFSET/LIMITVarun Gupta2020-06-012-0/+37
* | | MDEV-20280 PERCENTILE_DISC() rejects temporal and string inputAlexander Barkov2020-06-012-6/+41
* | | MDEV-20809 EXTRACT from INET6 value does not produce any warningsAlexander Barkov2020-06-014-0/+47
* | | MDEV-22249 Upgrade testing between major versions in MTRElena Stepanova2020-06-012-0/+88
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-3131-38/+700
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-3011-11/+202
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-294-4/+54
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-277-7/+148
| * | Added test case for query that was crashing in 10.4.13Monty2020-05-282-0/+14
| * | MDEV-22545: One more fix: main.perror-winMarko Mäkelä2020-05-261-1/+1
| * | After-merge fix: main.perror-winMarko Mäkelä2020-05-261-3/+3
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-2615-5/+453
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-2513-3/+412
| | * Don't crash if creating sequence under XAMonty2020-05-222-0/+39
| * | MDEV-14221 Assertion `0' failed in Item::field_type_for_temporal_comparisonAlexander Barkov2020-05-222-0/+21
* | | MDEV-20366 Server crashes in get_current_user upon SET PASSWORD via SPAlexander Barkov2020-05-302-0/+45
* | | MDEV-22625 SIGSEGV in intern_find_sys_var (optimized builds)Alexander Barkov2020-05-2916-0/+598
* | | Fixed failure in flush_read_lock.testMonty2020-05-232-0/+4
* | | Fixed access to undefined memory found by valgrind and MSANMonty2020-05-231-0/+2
* | | Aria will now register it's transactionsMonty2020-05-237-19/+164
* | | Fix that BACKUP STAGE BLOCK_COMMIT blocks commit to the Aria engineMonty2020-05-232-3/+24
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-208-0/+156
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-204-0/+65
| |\ \ | | |/
| | * MDEV-22391 Assertion `0' failed in Item_type_holder::val_str on utf16 charset...Alexander Barkov2020-05-204-0/+65