summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
...
| * | MDEV-23102 10.4 create mariadb.sys user on each update even is the user is no...Oleksandr Byelkin2020-07-085-2/+854
* | | continue DROP TEMPORARY TABLE t1, t2, t3 after error.Sergei Golubchik2020-07-042-7/+47
* | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-041-4/+2
* | | rewrite bug#26704 test caseSergei Golubchik2020-07-044-113/+34
* | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-042-33/+2
* | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-033-2/+7
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-033-2/+7
| |\ \ | | |/
| | * Don't give errors for default value copy in create_tmp_tableMonty2020-07-032-0/+34
| | * Fixed errors found by MSANMonty2020-07-021-1/+1
| * | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-032-3/+14
| |\ \ | | |/
| | * Fixed bugs found by valgrindMonty2020-07-022-3/+14
* | | Merge 10.4 into 10.5Marko Mäkelä2020-07-0221-1/+516
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-07-0217-0/+339
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-0214-0/+242
| | * MDEV-22866: Crash in join optimizer with constant outer join nestSergei Petrunia2020-06-233-0/+97
| * | MDEV-22910: SIGSEGV in Opt_trace_context::is_started & SIGSEGV in Json_writer...Varun Gupta2020-06-302-0/+42
| * | MDEV-23052 - add mysql_install_db.exe test with existing directory.Vladislav Vaintroub2020-06-302-0/+26
| * | MDEV-22665: Print ranges in the optimizer trace created for non-indexed colum...Varun Gupta2020-06-182-2/+112
* | | Make the test func_json deterministicVarun Gupta2020-06-302-5/+6
* | | MDEV-23029: JSON_OBJECTAGG returns NULL when used together with GROUP BYVarun Gupta2020-06-292-0/+26
* | | Fixing a testbb-10.5-fkVarun Gupta2020-06-222-2/+2
* | | MDEV-22187: SIGSEGV in ha_innobase::cmp_ref on DELETEVarun Gupta2020-06-222-0/+48
* | | MDEV-22933 - remove ---source include/not_threadpool.inc from testsbb-10.5-wlad2Vladislav Vaintroub2020-06-187-16/+0
* | | Merge 10.4 into 10.5Marko Mäkelä2020-06-182-0/+22
|\ \ \ | |/ /
| * | MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin2020-06-172-0/+22
* | | MDEV-22837 JSON_ARRAYAGG and JSON_OBJECTAGG treat JSON arguments as text.Alexey Botchkov2020-06-152-0/+13
* | | MDEV-22844 JSON_ARRAYAGG is limited by group_concat_max_len.Alexey Botchkov2020-06-152-0/+20
* | | MDEV-22881 Unexpected errors, corrupt output, Valgrind / ASAN errors in Item_...Aleksey Midenkov2020-06-152-0/+23
* | | Fix drop_combinations for embeddedVicențiu Ciorbaru2020-06-151-0/+52
* | | MDEV-22891: Optimizer trace: const tables are not clearly visibleSergei Petrunia2020-06-152-0/+54
* | | Fixed access of undefined memory for compressed MyISAM and Aria tablesMonty2020-06-142-2/+2
* | | Make error messages from DROP TABLE and DROP TABLE IF EXISTS consistentMonty2020-06-1414-119/+255
* | | Fixed error messages from DROP VIEW to align with DROP TABLEMonty2020-06-147-8/+1132
* | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-144-0/+376
* | | Merge 10.4 into 10.5Marko Mäkelä2020-06-1420-4/+351
|\ \ \ | |/ /
| * | MDEV-21560 Assertion `grant_table || grant_table_role' failed in check_grant_...Sergei Golubchik2020-06-132-0/+34
| * | Merge 10.3 into 10.4Marko Mäkelä2020-06-1316-24/+274
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-1312-0/+181
| | * MDEV-22268 virtual longlong Item_func_div::int_op(): Assertion `0' failed in ...Alexander Barkov2020-06-132-0/+53
| | * MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-092-22/+38
| * | MDEV-22499 Assertion `(uint) (table_check_constraints - share->check_constrai...Alexander Barkov2020-06-122-0/+36
| * | MDEV-22854 Garbage returned with SELECT CASE..DEFAULT(timestamp_field_with_no...Alexander Barkov2020-06-102-0/+24
| * | MDEV-22734 Assertion `mon > 0 && mon < 13' failed in sec_since_epochAlexander Barkov2020-06-082-2/+21
* | | when printing Item_in_optimizer, use precedence of wrapped Itembb-10.5-pr1588Sidney Cammeresi2020-06-124-10/+10
* | | MDEV-22840: JSON_ARRAYAGG gives wrong results with NULL values and ORDER by c...Varun Gupta2020-06-122-0/+43
* | | MDEV-22011: DISTINCT with JSON_ARRAYAGG gives wrong resultsVarun Gupta2020-06-122-2/+70
* | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-122-22/+38
* | | MDEV-15101: Stop ANALYZE TABLE from flushing table definition cacheSergei Petrunia2020-06-121-1/+3
* | | MDEV-15101: Stop ANALYZE TABLE from flushing table definition cacheSergei Petrunia2020-06-122-0/+38
* | | MDEV-21851: post-push to fix main.flush_read_lock.Andrei Elkin2020-06-122-4/+4