summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.5 into 10.1Marko Mäkelä2019-05-281-30/+43
|\
| * MDEV-18479 Assertion `join->best_read < double(1.79769313486231570815e+308L)'Igor Babaev2019-05-271-28/+41
| * MDEV-18896 Crash in convert_join_subqueries_to_semijoins : CorrectionIgor Babaev2019-05-191-1/+1
* | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\ \ | |/
| * Update FSF addressMichal Schorm2019-05-101-1/+1
* | Merge 10.0 into 10.1Marko Mäkelä2019-03-211-1/+1
|\ \
| * \ Merge 5.5 into 10.0Marko Mäkelä2019-03-211-1/+1
| |\ \ | | |/
| | * MDEV-18896 Crash in convert_join_subqueries_to_semijoinsIgor Babaev2019-03-141-1/+1
* | | Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-3/+3
* | | 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
* | | 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
* | | 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
* | | 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
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-03-231-0/+4
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2018-03-231-0/+4
| |\ \ | | |/
| | * MDEV-14779: using left join causes incorrect results with materialization and...Varun Gupta2018-03-221-0/+4
* | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2018-03-151-1/+3
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-03-141-1/+3
| |\ \ | | |/
| | * MDEV-15235: Assertion `length > 0' failed in create_ref_for_keyVarun Gupta2018-03-111-1/+3
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-111-16/+48
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2018-01-111-16/+48
| |\ \ | | |/
| | * MDEV-13933: Wrong results in COUNT() query with EXISTS and exists_to_inOleksandr Byelkin2018-01-101-16/+48
* | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2017-11-091-4/+5
|\ \ \ | |/ /
| * | MDEV-14164: Unknown column error when adding aggregate to function in oracle ...Oleksandr Byelkin2017-11-091-3/+4
* | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-9/+47
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-8/+47
| |\ \ | | |/
| | * MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-8/+47
* | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-06-211-0/+4
|\ \ \ | |/ /
| * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-06-201-0/+4
| |\ \ | | |/
| | * Fixed the bug mdev-12838.Igor Babaev2017-06-071-0/+4
* | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-1/+30
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0mariadb-10.0.31Sergei Golubchik2017-05-201-1/+30
| |\ \ | | |/
| | * Fixed the bug mdev-12812.Igor Babaev2017-05-171-0/+10
| | * Fixed the bug mdev-12817/mdev-12820.Igor Babaev2017-05-171-1/+20
* | | Merge 10.0 into 10.1Marko Mäkelä2017-05-201-3/+77
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-05-171-3/+77
| |\ \ | | |/
| | * Fixed the bugs mdev-12670 and mdev-12675.Igor Babaev2017-05-091-3/+78
* | | Correct FSF addressiangilfillan2017-03-101-1/+1