summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |\ \ \ \ \
| | * \ \ \ \ Merge enabling of materialization=on by default with main tree.unknown2011-11-211-1/+1
| | |\ \ \ \ \
| | | * | | | | - Removed a comment that is not true any more.unknown2011-11-091-7/+3
| | | |/ / / /
| * | | | | | Fixed LP bug #891995.Igor Babaev2011-11-181-2/+2
| |/ / / / /
* | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-125/+171
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed LP bug #887479.Igor Babaev2011-11-161-1/+1
| | |/ / / | |/| | |
| * | | | Fix MySQL BUG#12329653unknown2011-11-121-30/+26
| |/ / /
| * | | BUG#878753: Assertion '0' failed in replace_where_subcondition with derived_m...Sergey Petrunya2011-11-021-4/+9
| |/ /
| * | Compiler warning about assigned but not used variables fixed.unknown2011-10-181-3/+1
| * | BUG#869001: Wrong result with semijoin + materialization + firstmatch + multi...Sergey Petrunya2011-10-121-0/+11
| * | Fix buildbot failure in previous fix (BUG#861147):Sergey Petrunya2011-10-041-3/+8
| * | BUG#861147: Assertion `fixed == 1' failed in Item_func_eq::val_int() with sem...Sergey Petrunya2011-10-011-1/+2
| * | BUG#860553: Crash in create_ref_for_key with semijoin + materialization Sergey Petrunya2011-10-011-46/+79
| * | BUG#858732: Wrong result with semijoin + loosescan + comma joinSergey Petrunya2011-09-261-1/+1
| * | BUG##849717: Crash in Item_func::fix_fields on second execution of a prepared...Sergey Petrunya2011-09-171-9/+6
| * | BUG#823930: Wrong result with semijoin materialization and blob fieldsSergey Petrunya2011-09-061-0/+10
| * | BUG#834739: Wrong result with 3-way inner join, LooseScan,multipart keys Sergey Petrunya2011-09-051-0/+2
| * | BUG#834758: Wrong result with innner join, LooseScan, two-column IN() predicateSergey Petrunya2011-09-051-0/+1
| * | BUG#836507: Crash in setup_sj_materialization_part1() with semijoin+materiali...Sergey Petrunya2011-09-021-0/+8
| * | BUG#836523: Crash in JOIN::get_partial_cost_and_fanout with semijoin+material...Sergey Petrunya2011-09-021-15/+1
| * | MergeSergey Petrunya2011-09-021-4/+2
| |\ \
| | * | BUG#834534: Assertion `0' failed in replace_where_subcondition with semijoin ...Sergey Petrunya2011-08-291-4/+2
| | |/
| * | Fix for bug lp:834492unknown2011-09-011-10/+5
| |/
* | merge with 5.3Sergei Golubchik2011-10-191-278/+1503
|\ \ | |/
| * BUG#803457: Wrong result with semijoin + view + outer join in maria-5.3-subqu...Sergey Petrunya2011-07-211-0/+9
| * Fix a compile error, and most likely a bug: jtb_table_no holds table number, ...Sergey Petrunya2011-07-201-1/+1
| * MergeSergey Petrunya2011-07-191-0/+2
| |\
| | * BUG#803457: Wrong result with semijoin + view + outer join in maria-5.3-subqu...Sergey Petrunya2011-07-151-0/+2