summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Oleksandr Byelkin2022-08-041-0/+23
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-041-0/+23
| |\
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-031-0/+25
| | |\
| | | * MDEV-23809: Server crash in JOIN_CACHE::free ...: part #2Sergei Petrunia2022-08-031-4/+17
| | | * MDEV-23809: Server crash in JOIN_CACHE::free or ...Sergei Petrunia2022-08-031-0/+12
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-271-5/+17
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-5/+17
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-5/+17
| | |\ \ | | | |/
| | | * MDEV-29139 Crash when using ANY predicand with redundant subquery in GROUP BY...Igor Babaev2022-07-261-0/+15
| | | * MDEV-26427 MariaDB Server SEGV on INSERT .. SELECTOleg Smirnov2022-07-141-4/+0
| | | * MDEV-28871: Assert ... failed in JOIN::dbug_verify_sj_inner_tables...Sergei Petrunia2022-07-071-1/+2
* | | | Merge remote-tracking branch 'origin/10.5' into 10.6Vladislav Vaintroub2022-06-231-6/+8
|\ \ \ \ | |/ / /
| * | | MDEV-28858 Wrong result with table elimination combined with not_null_range_scanMonty2022-06-161-6/+8
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-06-091-4/+14
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-06-091-4/+14
| | |\ \ | | | |/
| | | * MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlySergei Petrunia2022-06-071-4/+14
* | | | Make join->key_dependent up to date for derived tablesMichael Widenius2022-06-071-1/+8
* | | | Improve table pruning in optimizer with up to date key_dependent mapMichael Widenius2022-06-071-10/+57
* | | | greedy_search() and best_extension_by_limited_search() scrambled table orderMichael Widenius2022-06-071-10/+31
* | | | MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlySergei Petrunia2022-06-071-4/+14
* | | | Fixed cost calculation for SELECT STRAIGHT_JOINMonty2022-06-071-16/+18
* | | | Merge branch '10.5' into 10.6mariadb-10.6.8Sergei Golubchik2022-05-181-4/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-181-4/+5
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4mariadb-10.4.25Sergei Golubchik2022-05-181-4/+5
| | |\ \ | | | |/
| | | * Code cleanup in/around check_interleaving_with_nj()bb-10.3-spetruniaSergei Petrunia2022-05-151-4/+5
* | | | Fixed warning from UBSANMichael Widenius2022-05-151-0/+1
* | | | MDEV-28073 Query performance degradation in newer MariaDB versions when using...Monty2022-05-121-52/+111
* | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-18/+22
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-17/+21
| |\ \ \ | | |/ /
| | * | 10.4 specific fixes for DEFAULT()Sergei Golubchik2022-05-091-1/+4
| | * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-5/+8
| | |\ \ | | | |/
| | | * can't use Item_default_value as a field if it's an expression OR a blobSergei Golubchik2022-05-081-1/+1
| | | * Merge branch '10.2' into 10.3Sergei Golubchik2022-05-071-5/+7
| | | |\
| | | | * MDEV-28402 ASAN heap-use-after-free in create_tmp_table, Assertion `l_offset ...Oleksandr Byelkin2022-05-061-3/+5
| | | | * MDEV-28437: Assertion `!eliminated' failed in Item_subselect::execSergei Petrunia2022-05-051-1/+1
| | | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-2/+2
| | | |\ \ | | | | |/
| | | | * MDEV-28403 ASAN heap-use-after-free in String::copy / get_field_default_valueSergei Golubchik2022-04-251-2/+2
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2022-04-211-1/+2
| | | |\ \ | | | | |/
| | | | * MDEV-21028 Server crashes in Query_arena::set_query_arena upon SELECT from viewSergei Golubchik2022-04-201-1/+2
| | * | | MDEV-28094 Window function in expression in ORDER BYSergei Golubchik2022-04-291-2/+2
| | * | | cleanup: (*order->item) -> itemSergei Golubchik2022-04-291-11/+9
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-211-6/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2022-04-211-5/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2022-04-211-6/+8
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2022-04-141-6/+8
| | | |\ \ | | | | |/
| | | | * MDEV-28077 'Wrong create options' error with 'big_tables' enabledOleg Smirnov2022-04-061-0/+1
| | | | * MDEV-24560 SIGSEGV in st_join_table::cleanupOleg Smirnov2022-04-061-7/+7
| * | | | Merge branch 10.4 into 10.5Daniel Black2022-04-211-1/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-24529 Assertion failed in vers_select_conds_t::printOleg Smirnov2022-04-181-1/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-061-0/+6
|\ \ \ \ \ | |/ / / /