summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.3 mergeSergei Golubchik2012-05-041-6/+5
|\
| * Fix bug lp:985667, MDEV-229unknown2012-04-271-6/+5
* | mergeSergei Golubchik2012-04-071-0/+2
|\ \ | |/
| * BUG#913030: Optimizer chooses a suboptimal excution plan for Q18 from DBT-3Sergey Petrunya2012-04-021-0/+2
* | 5.3 mergeSergei Golubchik2012-03-281-0/+263
|\ \ | |/
| * BUG#951283: Wrong result (missing rows) with semijoin+firstmatch, IN/ANY subq...Sergey Petrunya2012-03-261-0/+2
| * BUG#951937: Wrong result (missing rows) with semijoin+materialization, IN sub...Sergey Petrunya2012-03-261-0/+246
| * BUG#962667: Assertion `0' failed in QUICK_INDEX_SORT_SELECT::need_sorted_outp...Sergey Petrunya2012-03-251-0/+15
* | a couple of minor post-5.5-merge cleanupsSergei Golubchik2012-03-261-2/+2
* | Merge mariadb 5.3->mariadb 5.5unknown2012-03-241-3/+7
|\ \ | |/
| * Fixes lp:941889 "JOIN constructors takes a long time in 5.3"Michael Widenius2012-03-231-1/+2
| * Automerge.unknown2012-03-221-1/+3
| |\
| | * Backport some simple performance patches from 5.5.unknown2012-03-221-1/+3
| * | BUG#952372: Server crashes on 2nd execution of PS in find_field_in_tables wit...Sergey Petrunya2012-03-181-2/+5
| |/
* | Few simple performance fixes found with sysbench oltp.lua and Oprofile:unknown2012-03-211-1/+3
* | Merge 5.3->5.5.Igor Babaev2012-03-011-3/+5
|\ \ | |/
| * Merge.Igor Babaev2012-02-241-0/+1
| |\
| | * Fixed LP bug #939009.Igor Babaev2012-02-241-0/+1
| * | BUG#938131: Subquery materialization is not used in CREATE TABLE SELECTSergey Petrunya2012-02-241-3/+4
| |/
* | fix the include guards and add missing gplv2 headersSergei Golubchik2012-02-171-0/+16
* | 5.3.4 mergeSergei Golubchik2012-02-151-8/+48
|\ \ | |/
| * BUG#923246: Loosescan reports different result than other semijoin methodsSergey Petrunya2012-01-301-0/+5
| * BUG#920713: Wrong result (missing rows) with firstmatch+BNL, IN subquery, ...Sergey Petrunya2012-01-251-4/+15
| * BUG#920255: Wrong result (extra rows) with loosescan and IN subquerySergey Petrunya2012-01-251-0/+1
| * BUG#912538: Wrong result (missing rows) with semijoin=on, firstmatch=on, ...Sergey Petrunya2012-01-191-7/+30
| * lp:893522 more problems found by PVS StudioSergei Golubchik2012-01-181-1/+1
| |\
* | \ 5.3 mergeSergei Golubchik2012-01-131-454/+863
|\ \ \
| * \ \ lp:893522 more problems found by PVS StudioSergei Golubchik2012-01-121-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| * | Back-ported the patch of the mysql-5.6 code line thatIgor Babaev2011-12-241-1/+3
| * | MergeSergey Petrunya2011-12-141-2/+238
| |\ \
| | * | BUG#901506: Crash in TABLE_LIST::print on EXPLAIN EXTENDEDSergey Petrunya2011-12-141-2/+238
| * | | Fixed LP bug #901709.Igor Babaev2011-12-111-1/+2
| * | | Fixed LP bug #901478.Igor Babaev2011-12-111-0/+10
| * | | Fixed LP bug #901312.Igor Babaev2011-12-091-0/+1
| |/ /
| * | Small semi-join optimization improvement:Sergey Petrunya2011-12-081-6/+20
| * | Remove garbage assignments causing failures on WindowsSergey Petrunya2011-12-071-4/+0
| * | BUG#868908: Crash in check_simple_equality() with semijoin + materialization ...Sergey Petrunya2011-12-071-10/+0
| * | BUG#868908: Crash in check_simple_equality() with semijoin + materialization ...Sergey Petrunya2011-12-071-7/+18
| * | MergeSergey Petrunya2011-11-261-430/+568
| |\ \
| | * | Subquery code cleanups:Sergey Petrunya2011-11-251-47/+39
| | * | Remove garbage commentsSergey Petrunya2011-11-251-8/+0
| | * | MergeSergey Petrunya2011-11-251-388/+542
| | |\ \
| | | * | Semi-join optimizations code cleanup part 2:Sergey Petrunya2011-11-251-69/+84
| | | * | Semi-join optimizations code cleanup:Sergey Petrunya2011-11-231-323/+461
| | | * | BUG#887468: Second assertion `keypart_map' failed in maria_rkey with semijoinSergey Petrunya2011-11-121-1/+2
| * | | | Remove garbage commentSergey Petrunya2011-11-251-1/+0
| |/ / /
| * | | Fix bug lp:894326unknown2011-11-241-0/+2
| * | | Fix for LP BUG#859375 and LP BUG#887458.unknown2011-11-241-8/+15
* | | | 5.3->5.5 mergeSergei Golubchik2011-11-271-3/+3
|\ \ \ \ | |/ / /
| * | | Merge enabling materialization=on by default.unknown2011-11-211-1/+1
| |\ \ \