summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-03-226-25/+25
|\
| * [MDEV-30824] Fix binlog to use 'String' for setting 'character_set_client'Tingyao Nian2023-03-216-25/+25
* | Merge 10.5 into 10.6Marko Mäkelä2023-02-162-1/+93
|\ \ | |/
| * MDEV-30333 Wrong result with not_null_range_scan and LEFT JOIN with empty tableMonty2023-02-152-1/+93
* | MDEV-30324: Wrong result upon SELECT DISTINCT ... WITH TIESVicențiu Ciorbaru2023-02-152-0/+47
* | Update comments to match new debug_sync implementationVicențiu Ciorbaru2023-02-151-7/+4
* | Merge 10.5 into 10.6Marko Mäkelä2023-02-142-4/+29
|\ \ | |/
| * MDEV-30412: JSON_OBJECTAGG doesn't escape double quote in keyWeijun Huang2023-02-142-0/+20
* | Merge 10.5 into 10.6Marko Mäkelä2023-02-1012-8/+754
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2023-02-1012-8/+754
| |\
| | * MDEV-30586 DELETE with aggregation in subquery of WHERE returns bogus errorIgor Babaev2023-02-092-0/+73
| | * Merge branch '10.4.28' into 10.4Oleksandr Byelkin2023-02-0610-8/+674
| | |\
| | | * MDEV-30538 Plans for SELECT and multi-table UPDATE/DELETE unexpectedly differIgor Babaev2023-02-033-4/+198
| | | * MDEV-30556 UPPER() returns an empty string for U+0251 in Unicode-5.2.0+ colla...Alexander Barkov2023-02-037-4/+476
| | * | MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-01-282-9/+51
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-288-2/+609
| | |\ \ | | | |/ | | |/|
* | | | Merge branch '10.6.12' into 10.6Oleksandr Byelkin2023-02-062-19/+70
|\ \ \ \
| * | | | Implement DEBUG_SYNC multiple signal firing capabilityVicențiu Ciorbaru2023-02-032-2/+9
| * | | | debug_sync: Implement NO_CLEAR_EVENT syntaxVicențiu Ciorbaru2023-02-032-0/+27
| * | | | Implement multiple-signal debug_syncVicențiu Ciorbaru2023-02-032-17/+34
* | | | | Fix results in real ps-protocol:Oleksandr Byelkin2023-02-014-0/+39
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-3120-117/+1461
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-2720-119/+1465
| |\ \ \
| | * | | MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-01-262-9/+51
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-268-2/+609
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * MDEV-30081 Crash with splitting from constant mergeable derived tableIgor Babaev2023-01-242-0/+107
| | | * MDEV-30248 Infinite sequence of recursive calls when processing embedded CTEIgor Babaev2023-01-232-0/+295
| | | * MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |Sergei Petrunia2023-01-232-2/+84
| | | * MDEV-30052 Crash with a query containing nested WINDOW clausesIgor Babaev2023-01-202-0/+118
| | * | MDEV-29199 Unique hash key is ignored upon INSERT ... SELECT into non-empty M...Sergei Golubchik2023-01-202-96/+209
| | * | MDEV-29294 Assertion `functype() == ((Item_cond *) new_item)->functype()' fai...Oleg Smirnov2023-01-204-0/+208
| | * | MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-194-0/+376
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-182-0/+24
|\ \ \ \ | |/ / /
| * | | MDEV-26392: Crash with json_get_path_next and 10.5.12Rucha Deodhar2023-01-182-0/+24
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-174-0/+83
|\ \ \ \ | |/ / /
| * | | ADD CONSTRAINT IF NOT EXISTS didn't work in SPSergei Golubchik2023-01-172-0/+51
| * | | MDEV-30080 Wrong result with LEFT JOINs involving constant tablesMonty2023-01-132-0/+32
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-1335-334/+1053
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2023-01-1330-310/+997
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2023-01-133-0/+255
| | |\ \ | | | |/
| | | * MDEV-28602 Wrong result with outer join, merged derived table and viewSergei Petrunia2023-01-113-0/+255
| | * | MDEV-19160 json_pretty() alias for json_detailed()Weijun-H2023-01-122-0/+32
| | * | fixup for MDEV-19160Rucha Deodhar2023-01-122-8/+7
| | * | Fixed failing test main.func_jsonMonty2023-01-122-0/+2
| | * | MDEV-30345 DML does not find rows it is supposed toMonty2023-01-112-0/+36
| | * | Merge branch '10.3' into 10.4Sergei Golubchik2023-01-1011-5/+271
| | |\ \ | | | |/
| | | * MDEV-30342 Wrong "Truncated incorrect DECIMAL value" warning/errorDaniel Black2023-01-094-0/+54
| | | * MDEV-27624 Wrong result for nested left join using not_exists optimizationIgor Babaev2023-01-063-0/+142
| | | * MDEV-29988 group by fixSergei Golubchik2023-01-022-5/+18
| | | * MDEV-29988: Major performance regression with 10.6.11Dmitry Shulga2023-01-022-0/+50