summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28846 Poor performance when rowid filter contains no elementsIgor Babaev2022-10-251-4/+49
* 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 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 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
* | 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
* | 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.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
* | | MDEV-24529 Assertion failed in vers_select_conds_t::printOleg Smirnov2022-04-181-1/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2022-04-061-0/+6
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-04-061-0/+6
| |\ \ | | |/
| | * MDEV-19631: Assertion `0' failed in st_select_lex_unit::optimize or different...Dmitry Shulga2022-03-301-0/+6
* | | Merge 10.3 into 10.4Marko Mäkelä2022-02-251-5/+7
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-02-251-1/+3
| |\ \ | | |/
| | * MDEV-15208: server crashed, when using ORDER BY with window function and UNIONVarun Gupta2022-02-211-1/+3
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-27/+42
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-9/+20
| |\ \ | | |/
| | * MDEV-24827: Follow-up patch to fix compilation warningDmitry Shulga2022-01-201-0/+6
| | * MDEV-24827: MariaDB 10.5.5 crash (sig 11) during a SELECTDmitry Shulga2022-01-191-2/+2
| | * MDEV-26698: Incorrect row number upon INSERT .. SELECT from the samebb-10.2-MDEV-26698Rucha Deodhar2022-01-031-7/+12
| * | MDEV-27510 Query returns wrong result when using split optimizationIgor Babaev2022-01-251-15/+3
| * | MDEV-18918 SQL mode EMPTY_STRING_IS_NULL breaks RBR upon CREATE TABLE .. SELECTAlexander Barkov2022-01-251-3/+10
| * | MDEV-26249: Crash in Explain_node::print_explain_for_children with slow query...bb-10.3-mdev26249-v2Sergei Petrunia2022-01-191-0/+8
* | | Revert "MDEV-26345 SELECT MIN on Spider table returns more rows than expected"bb-10.4-mdev-26345Nayuta Yanagisawa2022-01-141-5/+6
* | | MDEV-26345 SELECT MIN on Spider table returns more rows than expectedNayuta Yanagisawa2022-01-111-6/+5
* | | Merge branch 10.3 into 10.4Julius Goryavsky2021-12-251-1/+13
|\ \ \ | |/ /
| * | Merge branch 10.2 into 10.3Julius Goryavsky2021-12-231-1/+13
| |\ \ | | |/
| | * MDEV-21866: Assertion `!result' failed in convert_const_to_int upon 2nd execu...bb-10.2-MDEV-21866Dmitry Shulga2021-12-161-1/+2
| | * MDEV-27270: Wrong query plan with Range Checked for Each Record and ORDER BY ...bb-10.2-mdev2720Sergei Petrunia2021-12-151-0/+8
* | | Fix typos in optimizer trace outputbb-10.4-mdev27238-v2Sergei Petrunia2021-12-231-2/+2