summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8320 Allow index usage for DATE(col) <=> const and YEAR <=> constOleg Smirnov2023-04-251-0/+16
* Adjusted test results after rebase against 11.0.1Igor Babaev2023-03-151-1/+2
* MDEV-7487 Semi-join optimization for single-table update/delete statementsIgor Babaev2023-03-151-2/+1
* MDEV-29189 Crash of the second execution of SF using DELETE/UPDATEIgor Babaev2023-03-151-0/+2
* MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statementsIgor Babaev2023-03-151-2/+269
* Fixed the cost for HASH joinMonty2023-03-071-1/+4
* Allow firstmatch to use HASH joinsMonty2023-03-071-0/+1
* Merge 10.11 into 11.0Marko Mäkelä2023-03-061-5/+15
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-03-061-5/+15
| |\
| | * Merge 10.9 into 10.10Marko Mäkelä2023-03-061-5/+15
| | |\
| | | * Merge 10.8 into 10.9Marko Mäkelä2023-03-061-5/+15
| | | |\
| | | | * Merge 10.6 into 10.8Marko Mäkelä2023-03-061-5/+15
| | | | |\
| | | | | * 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-281-5/+15
| | | | | |\ \ | | | | | | |/
| | | | | | * Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-271-12/+22
* | | | | | | 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-021-22/+24
* | | | | | | MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_...Monty2023-03-021-11/+30
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-281-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fixed (non crtitial) memory segment overrunbb-10.10-montyMonty2023-02-261-1/+1
* | | | | | | MDEV-30699: Updated prev_record_reads() to be more exactMonty2023-02-211-104/+292
* | | | | | | MDEV-30659 Server crash on EXPLAIN SELECT/SELECT on table with engine Aria fo...Sergei Petrunia2023-02-211-4/+4
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-161-19/+51
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-161-5/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-02-161-5/+3
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-02-161-5/+3
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-161-5/+3
| | | | |\ \ \ | | | | | |/ /
| | | | | * | 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
| * | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-21/+73
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-311-21/+73
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-21/+73
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-21/+73
| | | | |\ \ \
| | | | | * \ \ Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-21/+73
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-21/+73
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-301-3/+7
| | | | | | | |\
| | | | | | | | * Fix number of rows passing in case of EQ_REFmariadb-10.4.28Oleksandr Byelkin2023-01-301-3/+5
| | | | | | | | * MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-01-281-6/+22
| | | | | | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-281-14/+46
| | | | | | | | |\
| | | | | | | * | \ Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-20/+68
| | | | | | | |\ \ \
| | | | | | | | * | | MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-01-261-6/+22
| | | | | | | | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-14/+46
| | | | | | | | |\ \ \ | | | | | | | | | |/ / | | | | | | | | |/| / | | | | | | | | | |/
| | | | | | | | | * MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |Sergei Petrunia2023-01-231-14/+46
* | | | | | | | | | MDEV-30603: Wrong result with non-default JOIN_CACHE_LEVEL=[4|5] ...Sergei Petrunia2023-02-151-0/+9
* | | | | | | | | | MDEV-30568: Assertion `cond_selectivity <= 1.000000001' failed in get_range_l...Sergei Petrunia2023-02-101-1/+9
* | | | | | | | | | MDEV-30529: Assertion `rnd_records <= s->found_records' failed in best_access...Sergei Petrunia2023-02-101-1/+1
* | | | | | | | | | Fixed bug in extended key handling when there is no primary keyMonty2023-02-101-11/+15