summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2018-08-211-1/+9
|\
| * MDEV-15433: Optimizer does not use group by optimization with distinctVarun Gupta2018-08-051-1/+9
* | MDEV-17011 “condition_pushdown_for_derived” optimization not used whenIgor Babaev2018-08-171-2/+1
* | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-6/+11
|\ \ | |/
| * Merge branch '10.0' into 10.1Oleksandr Byelkin2018-07-311-2/+7
| |\
| | * Merge 5.5 into 10.0Marko Mäkelä2018-07-301-2/+7
| | |\
| | | * Fix added along with a test for a case missed in the patch for MDEV-16751Varun Gupta2018-07-271-4/+4
| | | * MDEV-16751: Server crashes in st_join_table::cleanup or TABLE_LIST::is_with_t...Varun Gupta2018-07-251-2/+7
| | | * MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-241-0/+7
| | * | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-241-0/+7
| * | | Merge branch '10.1' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-261-0/+7
| |\ \ \
| | * | | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-241-0/+7
| * | | | Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-251-2/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch '5.5' into bb-10.0-merge-sanjaOleksandr Byelkin2018-07-231-2/+2
| | |\ \ | | | |/
| | | * MDEV-16726 Assertion `tab->type == JT_REF || tab->type == JT_EQ_REF' failedIgor Babaev2018-07-191-2/+2
| * | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into bb-10.0-mergeOleksandr Byelkin2018-07-171-2/+2
| | |\ \ | | | |/
| | | * MDEV-16603 Crash with set join_cache_level=4Igor Babaev2018-06-291-2/+2
* | | | MDEV-15087 Item_func::fix_fields:Igor Babaev2018-07-251-7/+7
* | | | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-251-0/+7
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-31/+35
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-06-201-1/+3
| |\ \ \ | | |/ /
| | * | MDEV-15247: Crash when SET NAMES 'utf8' is setVarun Gupta2018-06-201-1/+3
| * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-06-191-1/+0
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-191-1/+0
| | |\ \ | | | |/
| | | * MDEV-16235 Server crashes in my_utf8_uni or in my_strtod_int uponIgor Babaev2018-06-111-1/+0
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-30/+33
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-101-30/+33
| | |\ \ | | | |/
| | | * MDEV-16225: wrong resultset from query with semijoin=onVarun Gupta2018-06-021-26/+20
| | | * MDEV-16235 Server crashes in my_utf8_uni or in my_strtod_intIgor Babaev2018-05-221-4/+13
* | | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-1/+2
* | | | MDEV-16386: Wrong result when pushdown into the HAVING clause of theGalina Shalygina2018-06-141-0/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-1/+1
|\ \ \ \ | |/ / /
* | | | cleanup: specify memroot explicitly in `new Explain_xxx`Sergei Golubchik2018-05-191-3/+3
* | | | MDEV-16153 Server crashes in Apc_target::disable, ASAN heap-use-after-free in...Sergei Golubchik2018-05-191-1/+16
* | | | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ...Varun Gupta2018-05-161-1/+3
* | | | MDEV-15853: Assertion `tab->filesort_result == 0' failedVarun Gupta2018-05-111-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-291-3/+3
| | |\ \ | | | |/
| | | * MDEV-15035 Wrong results when calling a stored procedureIgor Babaev2018-04-251-3/+3
| | * | MDEV-6736: Valgrind warnings 'Invalid read' in subselect_engine::calc_const_t...Varun Gupta2018-03-171-1/+3
* | | | Changed the test case for MDEV-15571Igor Babaev2018-04-241-0/+2
* | | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-1/+1
* | | | MDEV-15245: Assertion `false' failed in myrocks::ha_rocksdb::positionSergei Petrunia2018-03-111-1/+1
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-18/+59
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-17/+41
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-19/+41
| | |\ \ | | | |/
| | | * MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP que...Oleksandr Byelkin2018-01-231-0/+3
| | | * MDEV-14715: Assertion `!table || (!table->read_set... failed in Field_num::va...Vicențiu Ciorbaru2018-01-221-8/+24