summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Allow firstmatch to use HASH joinsMonty2023-03-073-2/+11
* Merge 10.11 into 11.0Marko Mäkelä2023-03-069-28/+49
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-03-069-28/+49
| |\
| | * Merge 10.9 into 10.10Marko Mäkelä2023-03-069-28/+49
| | |\
| | | * Merge 10.8 into 10.9Marko Mäkelä2023-03-069-28/+49
| | | |\
| | | | * Merge 10.6 into 10.8Marko Mäkelä2023-03-069-28/+49
| | | | |\
| | | | | * Merge 10.5 into 10.6Marko Mäkelä2023-03-061-1/+1
| | | | | |\
| | | | | | * Fix GCC 5.3.1 -Wsign-compareMarko Mäkelä2023-03-061-1/+1
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-289-31/+51
| | | | | |\ \ | | | | | | |/
| | | | | | * Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-279-38/+58
| | | | | | * Fix clang -Winconsistent-missing-overrideMarko Mäkelä2023-02-161-1/+1
* | | | | | | Use range instead of ref when we know that range is equal or better.Monty2023-03-031-7/+25
* | | | | | | Fixed crashing bug in recursive SQL if write to tmp table would failMonty2023-03-028-42/+51
* | | | | | | MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_...Monty2023-03-024-34/+90
* | | | | | | Fixed wrong DBUG_PRINTMonty2023-03-021-6/+3
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-282-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-282-3/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fixed (non crtitial) memory segment overrunbb-10.10-montyMonty2023-02-261-1/+1
| | * | | | | MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations f...Alexander Barkov2023-02-171-2/+2
* | | | | | | MDEV-30699: Updated prev_record_reads() to be more exactMonty2023-02-213-108/+298
* | | | | | | Added r_table_loops to "ANALYZE FORMAT=JSON statement"Monty2023-02-211-1/+9
* | | | | | | Adjust costs for rowid filterMonty2023-02-213-12/+11
* | | | | | | MDEV-30525: Assertion `ranges > 0' fails in IO_AND_CPU_COSTSergei Petrunia2023-02-211-0/+11
* | | | | | | MDEV-30659 Server crash on EXPLAIN SELECT/SELECT on table with engine Aria fo...Sergei Petrunia2023-02-213-6/+16
* | | | | | | MDEV-22570 fixup: Silence clang -Wunneeded-internal-declarationMarko Mäkelä2023-02-161-0/+1
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-16135-1349/+1827
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-16107-1062/+1177
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-02-16108-1066/+1181
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-02-16108-1066/+1181
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-164-10/+9
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-161-4/+2
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-30333 Wrong result with not_null_range_scan and LEFT JOIN with empty tableMonty2023-02-151-4/+2
| | | | | * | MDEV-30324: Wrong result upon SELECT DISTINCT ... WITH TIESVicențiu Ciorbaru2023-02-151-1/+1
| | | | | * | Whitespace fixVicențiu Ciorbaru2023-02-151-1/+1
| | | | | * | Update comments to match new debug_sync implementationVicențiu Ciorbaru2023-02-151-3/+4
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-141-1/+1
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-30412: JSON_OBJECTAGG doesn't escape double quote in keyWeijun Huang2023-02-141-1/+1
| | | | * | | Fix RPL tests post DEBUG_SYNC changeVicențiu Ciorbaru2023-02-101-2/+2
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-10105-1057/+1173
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-10102-999/+942
| | | | | |\ \ | | | | | | |/
| | | | | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-10100-978/+881
| | | | | | |\
| | | | | | | * MDEV-30621: Türkiye is the correct current country namingDaniel Black2023-02-101-2/+2
| | | | | | | * MDEV-30608: rpl.rpl_delayed_parallel_slave_sbm sometimes fails with Seconds_B...Brandon Nesterenko2023-02-091-0/+15
| | | | | | | * MDEV-30586 DELETE with aggregation in subquery of WHERE returns bogus errorIgor Babaev2023-02-092-0/+8
| | | | | | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-0996-963/+850
| | | | | | | * Update Windows time zone mappings using latest CLDR dataVladislav Vaintroub2023-02-091-1/+2
| | | | | | | * MDEV-30558: ER_KILL_{,QUERY_}DENIED_ERROR - normalize id typeDaniel Black2023-02-072-11/+11
| | | | | | | * Merge branch '10.4.28' into 10.4Oleksandr Byelkin2023-02-063-6/+20
| | | | | | | |\
| | | | | | | | * MDEV-24301 [Warning] Aborted connection (This connection closed normally)Daniel Black2023-02-061-5/+3
| | | | | | | | * MDEV-30538 Plans for SELECT and multi-table UPDATE/DELETE unexpectedly differIgor Babaev2023-02-031-1/+3