summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Allow firstmatch to use HASH joinsMonty2023-03-0722-82/+122
* | | | | | | MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_...Monty2023-03-0211-120/+297
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-2840-0/+25387
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-2840-0/+25387
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-02-2834-0/+25011
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-02-2834-0/+25011
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FFAlexander Barkov2023-02-2334-0/+25011
| | * | | | | MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations f...Alexander Barkov2023-02-176-0/+376
* | | | | | | Fixed bug in optimizer_costs.testMonty2023-02-272-2/+4
* | | | | | | MDEV-30699: Updated prev_record_reads() to be more exactMonty2023-02-2111-131/+134
* | | | | | | Added r_table_loops to "ANALYZE FORMAT=JSON statement"Monty2023-02-213-0/+7
* | | | | | | Adjust costs for rowid filterMonty2023-02-2128-727/+421
* | | | | | | MDEV-30525: Assertion `ranges > 0' fails in IO_AND_CPU_COSTSergei Petrunia2023-02-212-0/+19
* | | | | | | MDEV-30659 Server crash on EXPLAIN SELECT/SELECT on table with engine Aria fo...Sergei Petrunia2023-02-213-0/+159
* | | | | | | MDEV-30544 Deprecate innodb_defragment and related parametersMarko Mäkelä2023-02-211-1/+0
* | | | | | | fix for --view-protocolSergei Golubchik2023-02-162-7/+3
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-1644-166/+2464
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-1620-50/+1014
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-02-1620-50/+1014
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-02-1620-45/+1011
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-167-12/+173
| | | | |\ \ \ | | | | | |/ /
| | | | | * | 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.6 into 10.8Marko Mäkelä2023-02-1014-27/+830
| | | | |\ \ \ | | | | | |/ /
| | | | | * | 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
| * | | | | | | | | MDEV-30621: Türkiye is the correct current country namingDaniel Black2023-02-103-18/+18
| * | | | | | | | | Merge branch '10.10' into 10.11mariadb-10.11.2Oleksandr Byelkin2023-02-014-0/+39
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Merge branch '10.9' into 10.10mariadb-10.10.3Oleksandr Byelkin2023-02-014-0/+39
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Merge branch '10.8' into 10.9mariadb-10.9.5Oleksandr Byelkin2023-02-014-0/+39
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | | | * | | | | | Merge branch '10.7' into 10.8mariadb-10.8.7Oleksandr Byelkin2023-02-014-0/+39
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge branch '10.6' into 10.7mariadb-10.7.810.7Oleksandr Byelkin2023-02-014-0/+39
| | | | | |\ \ \ \ \ \ | | | | | | |/ / / / /
| | | | | | * | | | | Fix results in real ps-protocol:Oleksandr Byelkin2023-02-014-0/+39
| * | | | | | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-3120-117/+1461
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-3120-117/+1461
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-3120-117/+1461
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / /