summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge 10.0 into 10.1Marko Mäkelä2017-01-261-1/+1
|\ \ \ | |/ /
| * | MDEV-11108: Assertion `uniq_tuple_length_arg <= table->file->max_key_length()...Varun Gupta2017-01-241-1/+1
* | | MDEV-10389: Query returns different results on a debug vs non-debug buildSergei Petrunia2016-07-271-0/+5
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-4/+5
|\ \ \ | |/ /
| * | MDEV-9988 - Insert cast to suppress -Wdynamic-class-memaccessSergey Vojtovich2016-04-281-4/+5
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+13
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+13
| |\ \ | | |/
| | * MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-101-1/+2
| | * MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-091-0/+10
| | * MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with S...Sergei Petrunia2016-02-091-1/+2
* | | MDEV-7949: Item_field::used_tables() takes 0.29% in OLTP ROOleksandr Byelkin2015-10-291-2/+3
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-19/+30
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-19/+30
| |\ \ | | |/
| | * MDEV-7846: postreview fixOleksandr Byelkin2015-10-061-0/+9
| | * MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread ...Oleksandr Byelkin2015-10-061-1/+3
| | * MDEV-7445: Server crash with Signal 6Oleksandr Byelkin2015-10-061-12/+12