summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.4.29 releasebb-10.4-releaseOleksandr Byelkin2023-05-111-103/+163
|\
| * MDEV-31224 Crash with EXPLAIN EXTENDED for multi-table update of system tableIgor Babaev2023-05-091-1/+1
| * MDEV-6768 Wrong result with aggregate with join with no result setMonty2023-05-021-102/+162
* | MDEV-31194: Server crash or assertion failure with join_cache_level=4mariadb-10.4.29Sergei Petrunia2023-05-051-1/+1
* | MDEV-26301: Split optimization refills: Optimizer Trace coverageSergei Petrunia2023-05-031-1/+1
* | MDEV-26301 Split optimization refills temporary table too many timesIgor Babaev2023-05-031-4/+33
|/
* MDEV-31113 Server crashes in store_length / Type_handler_string_result::make_...bb-10.4-mdev-31113Oleg Smirnov2023-04-281-2/+1
* MDEV-31085 Crash when processing multi-update using view with optimizer_trace onIgor Babaev2023-04-221-2/+2
* Fix passing correct length of string in command print.Oleksandr Byelkin2023-04-011-9/+9
* MDEV-30539 EXPLAIN EXTENDED: no message with queries for DML statementsIgor Babaev2023-03-251-43/+283
* MDEV-28603 Invalid view when its definition uses TVC as single-value subqueryIgor Babaev2023-02-271-0/+6
* MDEV-20057 Distinct SUM on CROSS JOIN and grouped returns wrong resultMonty2023-02-171-39/+145
* MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-02-151-6/+14
* MDEV-30218 Incorrect optimization for rowid_filteringIgor Babaev2023-02-151-74/+58
* 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
|\
| * MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |Sergei Petrunia2023-01-231-14/+46
* | MDEV-17869 AddressSanitizer: use-after-poison in Item_change_list::rollback_i...Sergei Golubchik2023-01-091-4/+3
* | cleanupSergei Golubchik2023-01-091-9/+7
* | don't set default value in temp table if NO_DEFAULT_VALUE_FLAGSergei Golubchik2023-01-091-1/+2
* | MDEV-29890 Update with inner join false row count resultSergei Golubchik2023-01-091-1/+3
* | MDEV-30218: Incorrect optimization for rowid_filteringSergei Petrunia2022-12-131-25/+62
* | Merge 10.3 into 10.4Marko Mäkelä2022-12-131-0/+1
|\ \ | |/
| * MDEV-10087 mysqld_update()/mysql_delete() continues execution even after subq...Vlad Lesin2022-11-091-0/+1
* | Merge branch '10.4' into bb-10.4-releaseOleksandr Byelkin2022-11-071-6/+28
|\ \
| * | MDEV-29624 MDEV-29655 Fix ASAN errors on pushdown of derived tableOleg Smirnov2022-10-311-6/+28
* | | Merge branch '10.3' into 10.4mariadb-10.4.27Oleksandr Byelkin2022-11-021-1/+9
|\ \ \ | |/ / |/| / | |/
| * MDEV-29926: ASAN heap-use-after-free in Explain_query::~Explain_querymariadb-10.3.37Oleksandr Byelkin2022-11-021-1/+9
* | 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
| |\ \ | | |/