summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8320 Allow index usage for DATE(col) <=> const and YEAR <=> constOleg Smirnov2023-04-251-0/+1
* Allow firstmatch to use HASH joinsMonty2023-03-071-0/+2
* Fixed crashing bug in recursive SQL if write to tmp table would failMonty2023-03-021-3/+2
* MDEV-30699: Updated prev_record_reads() to be more exactMonty2023-02-211-2/+5
* MDEV-30659 Server crash on EXPLAIN SELECT/SELECT on table with engine Aria fo...Sergei Petrunia2023-02-211-0/+1
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-4/+22
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-02-161-2/+2
| |\
| | * Merge 10.9 into 10.10Marko Mäkelä2023-02-161-2/+2
| | |\
| | | * Merge 10.8 into 10.9Marko Mäkelä2023-02-161-2/+2
| | | |\
| | | | * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-2/+2
| | | | |\
| | | | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-2/+2
| | | | | |\
| | | | | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-2/+2
| | | | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-281-2/+20
| | | | | | |\
| * | | | | | \ Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-2/+20
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-311-2/+20
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-2/+20
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-2/+20
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-2/+20
| | | | | |\ \ \
| | | | | | * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-2/+20
| | | | | | |\ \ \ | | | | | | | |/ / | | | | | | |/| / | | | | | | | |/
| | | | | | | * Added comments re JOIN::all_fields, JOIN::fields_listSergei Petrunia2023-01-241-2/+20
| | | | | | | * Fix compile errors.Oleksandr Byelkin2022-08-041-1/+1
* | | | | | | | Code cleanups and add some caching of functions to speed up thingsMonty2023-02-101-4/+7
* | | | | | | | MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.Sergei Petrunia2023-02-031-0/+3
* | | | | | | | MDEV-30032: EXPLAIN FORMAT=JSON output: print costsSergei Petrunia2023-02-031-0/+6
* | | | | | | | Fixes for 'Filtering'Monty2023-02-021-1/+1
* | | | | | | | Removed worst_seek argument for cost_for_index_read()Monty2023-02-021-1/+0
* | | | | | | | Changing all cost calculation to be given in millisecondsMonty2023-02-021-8/+34
* | | | | | | | Fixed some issues with FORCE INDEXMichael Widenius2023-02-021-2/+4
* | | | | | | | Fixed cost calculations for materialized tablesMonty2023-02-021-1/+4
* | | | | | | | Move join->emb_smj_nest setting to choose_plan()Monty2023-02-021-2/+25
* | | | | | | | Simple optimization: Remove JOIN::set_group_rpa as it is not neededMonty2023-02-021-2/+0
* | | | | | | | Added 'records_out' and join_type to POSITIONMonty2023-02-021-2/+17
* | | | | | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-9/+22
* | | | | | | | Optimizer code cleanups, no logic changesMonty2023-01-301-1/+3
|/ / / / / / /
* | | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-181-0/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-181-0/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-181-0/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-171-0/+2
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-30395 Wrong result with semijoin and Federated as outer tableMonty2023-01-131-1/+3
* | | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-131-7/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-01-131-7/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-131-7/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-131-7/+2
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.4 into 10.5Marko Mäkelä2023-01-131-5/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | cleanupSergei Golubchik2023-01-091-5/+1
* | | | | | | Merge 10.10 into 10.11Marko Mäkelä2022-12-071-5/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-12-071-5/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.8 into 10.9Marko Mäkelä2022-12-071-5/+0
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-29129: Performance regression starting in 10.6: select order by limit ...Sergei Petrunia2022-12-031-5/+0
* | | | | | | Merge 10.10 into 10.11Marko Mäkelä2022-11-211-2/+1
|\ \ \ \ \ \ \ | |/ / / / / /