summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed cost calculations for materialized tablesMonty2022-07-101-1/+4
* Move join->emb_smj_nest setting to choose_plan()Monty2022-07-101-2/+25
* Simple optimization: Remove JOIN::set_group_rpa as it is not neededMonty2022-07-101-2/+0
* Added 'records_out' and join_type to POSITIONMonty2022-07-091-2/+17
* Update row and key fetch cost models to take into account data copy costsMonty2022-07-091-9/+22
* Optimizer code cleanups, no logic changesMonty2022-07-071-1/+3
* Improve table pruning in optimizer with up to date key_dependent mapMichael Widenius2022-06-071-0/+4
* MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlySergei Petrunia2022-06-071-1/+7
* MDEV-28073 Query performance degradation in newer MariaDB versions when using...Monty2022-05-121-0/+2
* Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-1/+3
|\
| * Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-1/+3
| |\
| | * Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-1/+3
| | |\
| | | * Merge branch '10.2' into 10.3Sergei Golubchik2022-05-071-1/+3
| | | |\
| | | | * MDEV-28437: Assertion `!eliminated' failed in Item_subselect::execSergei Petrunia2022-05-051-0/+2
| | | | * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-9/+9
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-02-091-2/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into bb-10.5-releaseOleksandr Byelkin2022-02-091-2/+12
| |\ \ \ \
| | * | | | MDEV-26585 Wrong query results when `using index for group-by`Monty2022-02-081-2/+12
* | | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-0/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-27510 Query returns wrong result when using split optimizationIgor Babaev2022-01-251-0/+1
* | | | | Fix all warnings given by UBSANMonty2021-05-191-92/+1
* | | | | Improved code comment and removed nop testMonty2021-05-191-1/+1
* | | | | Remove some usage of Check_level_instant_set and Sql_mode_saveMonty2021-05-191-4/+6
* | | | | MDEV-24089 support oracle syntax: rownumMonty2021-05-191-2/+11
* | | | | Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-10/+10
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-2/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-0/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-0/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-23723: Crash when test_if_skip_sort_order() is checked for derived ...bb-10.3-mdev23723Sergei Petrunia2021-04-301-0/+6
* | | | | MDEV-23908: Implement SELECT ... OFFSET ... FETCH ...Vicențiu Ciorbaru2021-04-211-0/+16
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-48/+49
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-48/+49
| |\ \ \ \ | | |/ / /
| | * | | Fix all warnings given by UBSANMonty2021-04-201-48/+49
* | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-1/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-9/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-9/+9
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-9/+9
| | |\ \ \ | | | |/ /
| | | * | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-9/+9
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-12-031-9/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-9/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-9/+2
| | |\ \ \ | | | |/ /
| | | * | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-251-9/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-11-021-25/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-2/+1
| |\ \ \ \ | | |/ / /
| * | | | MDEV-23825 Join select_handler and Pushdown_select + XPand changesAlexander Barkov2020-09-271-23/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-08-121-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-101-0/+2
| |\ \ \ \ | | |/ / /