summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * 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 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
* | MDEV-17869 AddressSanitizer: use-after-poison in Item_change_list::rollback_i...Sergei Golubchik2023-01-092-0/+33
* | don't set default value in temp table if NO_DEFAULT_VALUE_FLAGSergei Golubchik2023-01-093-5/+40
* | MDEV-29890 Update with inner join false row count resultSergei Golubchik2023-01-092-0/+35
* | cleanupSergei Golubchik2023-01-094-10/+0
* | MDEV-19160 JSON_DETAILED output unnecessarily verboseWeijun-H2023-01-056-267/+289
* | Merge 10.3 into 10.4Marko Mäkelä2023-01-0313-12/+68
|\ \ | |/
| * MDEV-30151 parse error 1=2 not between/inSergei Golubchik2023-01-022-0/+19
| * MDEV-19071 Wrong results when using STDDEV_SAMP() and viewSergei Golubchik2023-01-022-0/+25
| * MDEV-27691: make working view-protocolLena Startseva2022-12-161-0/+3
| * MDEV-30233 DROP DATABASE test fails: Directory not emptyMarko Mäkelä2022-12-158-12/+21
* | Merge 10.3 into 10.4Marko Mäkelä2022-12-142-4/+39
|\ \ | |/
| * MDEV-21187: log_slow_filter="" logs queries not using indexesDaniel Black2022-12-142-4/+39
* | MDEV-30218: Incorrect optimization for rowid_filteringSergei Petrunia2022-12-1310-281/+84
* | Merge 10.3 into 10.4Marko Mäkelä2022-12-1332-67/+315
|\ \ | |/
| * MDEV-30150 ST_GeomFromGeoJSON, 'geometry' before 'type: feature' errorDaniel Black2022-12-092-0/+4
| * MDEV-30162 Fix occasional "Permission denied" on Windows caused by buggy 3rd ...Vladislav Vaintroub2022-12-072-4/+18
| * fix more sporadic failures on main.killSergei Golubchik2022-12-021-2/+2
| * MDEV-30082 View definition losing brackets changes semantics of the query and...Sergei Golubchik2022-12-022-0/+34
| * MDEV-30056 Impossible to export column grantsSergei Golubchik2022-12-026-26/+26
| * MDEV-30066 (limit + offset) union all (...) limit = incorrect resultSergei Golubchik2022-12-022-0/+24
| * cleanup: union.testSergei Golubchik2022-12-022-25/+20
| * MDEV-28643: view protocol fails due to different column nameOleksandr Byelkin2022-12-022-7/+6
| * MDEV-28696 View created as "select b''; " references invalid table(s) or colu...Alexander Barkov2022-12-023-3/+17
| * MDEV-30112 ASAN errors in Item_ident::print / generate_partition_syntaxbb-10.3-midenokAleksey Midenkov2022-12-012-0/+23
| * MDEV-30023 Revoking Privilege on the Column Yields the Errorbb-10.3-vicentiuVicențiu Ciorbaru2022-11-302-0/+43
| * [MDEV-30002] Skip bad_startup_options test when running as root (#2344)Robin Newhouse2022-11-291-0/+3
| * MDEV-16735 Ensure mysql_upgrade works when changing alter_algorithmChristian Gonzalez2022-11-292-0/+72