summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | 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
| * | | MDEV-30373 Wrong result with range accessMonty2023-01-115-3/+55
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-104-0/+74
|\ \ \ \ | |/ / /
| * | | MDEV-30325 Wrong result upon range query using index condition wrong result u...Monty2023-01-052-0/+37
| * | | MDEV-30240 Wrong result upon aggregate function with SQL_BUFFER_RESULTMonty2023-01-032-0/+37
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-0328-202/+160
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2023-01-0328-202/+160
| |\ \ \ | | |/ /
| | * | 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
* | | | MDEV-29852 SIGSEGV in mysql_create_routine or is_acl_user on 2nd execution, A...Sergei Golubchik2022-12-242-7/+36
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-12-1332-66/+417
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-12-1332-67/+315
| |\ \ \ | | |/ /
| | * | 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