summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* MergeIgor Babaev2011-01-211-12/+12
|\
| * Post-review fixes for the patch that added the code allowing to useIgor Babaev2011-01-211-17/+11
| * The patch adds the code that allows to use equi-join conditionsIgor Babaev2011-01-041-2/+8
* | use bulk insert and repair by sort for unique keys inSergei Golubchik2011-01-141-2/+5
* | Added ha_write_tmp_row() for slightly faster write_row for internal temp tables.Sergei Golubchik2011-01-141-1/+1
* | Removed some old comments.Sergei Golubchik2011-01-141-3/+0
* | Bug#46692 Crash occurring on queries with nested FROM subqueries using materi...Sergey Petrunya2011-01-151-2/+2
|/
* Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-3/+4
* LPBUG#602574: RQG: sql_select.cc:5385: bool greedy_search... : Assertion `joi...Sergey Petrunya2010-11-021-10/+4
* # No BUG#, a case brought from 5.2's innodb_mysql_lock.testSergey Petrunya2010-10-181-1/+1
* Post-merge fixes part 1Sergey Petrunya2010-10-101-1/+1
* Subquery cache (MWL#66) added.unknown2010-07-101-1/+2
* Merge in MWL#68: Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-03-151-11/+13
|\
| * MWL#68 Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-03-111-8/+15
| * MWL#68 Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-03-091-3/+21
| |\
| * | MWL#68 Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-02-191-9/+4
* | | Apply fix by Roy Lyseng:Sergey Petrunya2010-03-151-5/+6
* | | MergeSergey Petrunya2010-03-141-0/+8
|\ \ \
| * | | Apply fix by oystein.grovlen@sun.com 2010-03-12:Sergey Petrunya2010-03-141-0/+6
| * | | BUG#45174: XOR in subqueries produces differing results in 5.1 and 5.4Sergey Petrunya2010-03-131-0/+2
| | |/ | |/|
* | | BUG#43768: Prepared query with nested subqueries core dumps on second executionSergey Petrunya2010-03-141-15/+37
|/ /
* | BUG#49129: Wrong result with IN-subquery with join_cache_level=6 and firstmat...Sergey Petrunya2010-03-071-2/+21
* | Prepare for OJ+SJ handling: Make replace_where_subcondition() not to assumeSergey Petrunya2010-02-251-1/+0
|/
* Subquery optimizations backport: fix test failures, update test results.Sergey Petrunya2010-02-181-1/+1
* Subquery optimizations backport:Sergey Petrunya2010-02-171-1/+1
* Subquery optimization backport:Sergey Petrunya2010-02-161-0/+3455