summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7486: Condition pushdown from HAVING into WHEREIgor Babaev2019-02-191-84/+0
* Merge branch '10.4' into bb-10.4-mdev7486Galina Shalygina2019-02-191-15/+62
|\
| * Minor cleanup in the optimizer trace code.Varun Gupta2019-02-181-15/+62
* | MDEV-18635 The test case for bug mdev-16727 crashes the serverGalina Shalygina2019-02-181-1/+1
* | MDEV-7486: Condition pushdown from HAVING into WHEREGalina Shalygina2019-02-171-64/+146
|/
* MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-12/+54
* MDEV-17027 server crashes in Bitmap<64u>::mergeIgor Babaev2018-10-171-22/+22
* MDEV-17360 Server crashes in optimize_keyuseIgor Babaev2018-10-071-3/+3
* Merge 10.3 into 10.4Marko Mäkelä2018-08-161-1/+68
|\
| * Merge 10.2 into 10.3Marko Mäkelä2018-08-031-1/+68
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2018-08-021-1/+68
| | |\
| | | * Merge branch '10.0' into 10.1Oleksandr Byelkin2018-07-311-0/+66
| | | |\
| | | | * Merge 5.5 into 10.0Marko Mäkelä2018-07-301-0/+66
| | | | |\
| | | | | * MDEV-15454: Nested SELECT IN returns wrong resultsVarun Gupta2018-07-251-0/+63
| | | | | * MDEV-16751: Server crashes in st_join_table::cleanup or TABLE_LIST::is_with_t...Varun Gupta2018-07-251-0/+3
| | | * | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-1/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into bb-10.0-mergeOleksandr Byelkin2018-07-171-1/+2
| | | | |\ \ | | | | | |/
| | | | | * MDEV-15982: Incorrect results when subquery is materializedSergei Petrunia2018-07-111-1/+2
* | | | | | MDEV-16727: Server crashes in Item_equal_iterator<List_iterator_fast, Item>::...Galina Shalygina2018-08-011-1/+1
* | | | | | MDEV-16730: Server crashes in Bitmap<64u>::mergeGalina Shalygina2018-07-291-0/+1
* | | | | | MDEV-16721: Assertion `ctx.compare_type_handler()->cmp_type() != STRING_RESULT'Galina Shalygina2018-07-271-1/+2
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-0/+1
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-06-191-1/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-191-1/+2
| | | | |\ \ | | | | | |/
| | | | | * MDEV-16235 Server crashes in my_utf8_uni or in my_strtod_int uponIgor Babaev2018-06-111-1/+2
* | | | | | MDEV-16388 Replace member Item::fixed to virtual method is_fixed()Alexander Barkov2018-06-051-7/+7
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-051-15/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-15/+9
* | | | | | Merge branch '10.3' into 10.4Igor Babaev2018-06-031-13/+25
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-2/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-16088: Pushdown into materialized views/derived tables doesn'tGalina Shalygina2018-05-121-2/+0
| * | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-6/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-6/+17
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-9/+17
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-291-8/+16
| | | | |\ \ | | | | | |/
| | | | | * MDEV-13699: Assertion `!new_field->field_name.str || strlen(new_field->field_...Oleksandr Byelkin2018-04-251-8/+16
| * | | | | Add likely/unlikely to speed up executionMonty2018-05-071-5/+7
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-0/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-0/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-0/+1
| | | | |\ \ | | | | | |/
| | | | | * MDEV-14515 ifnull result depends on number of rows in joined tableIgor Babaev2018-04-161-0/+1
* | | | | | MDEV-12387 Push conditions into materialized subqueriesGalina Shalygina2018-05-151-88/+858
|/ / / / /
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-03-251-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-03-231-0/+4
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-03-231-0/+4
| | | |\ \ | | | | |/