summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
Commit message (Expand)AuthorAgeFilesLines
* Post review fixes of MWL#148 (moving max/min optimization in optimize phase).unknown2011-05-121-2/+4
* Moving max/min optimization from prepare to optimization phase. MWL#148Oleksandr Byelkin2011-05-041-8/+26
* MWL#89unknown2011-03-301-39/+80
|\
| * MWL#89unknown2011-03-011-39/+81
| |\
| | * Merge MWL#89 into 5.3 main.unknown2011-01-111-39/+81
| | |\
| | | * MWL#89unknown2010-12-151-14/+13
| | | * Merge 5.3-mwl89 into 5.3.unknown2010-12-031-34/+77
| | | |\
| | | | * Fix LP BUG#680038unknown2010-11-231-2/+11
| | | | * MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-11-051-33/+67
| | | | |\
| | | | | * MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-10-231-8/+18
| | | | | * MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-10-051-1/+1
| | | | | * MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-09-301-21/+24
| | | | | * MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-09-051-30/+35
| | | | | * MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-07-181-0/+7
| | | | | * MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-07-181-0/+10
| | | | | * MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-07-161-3/+2
* | | | | | Merge with 5.2Michael Widenius2011-03-091-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-1/+0
| |\ \ \ \ \
| | * \ \ \ \ Merge with MySQL 5.1.55Michael Widenius2011-02-201-1/+0
| | |\ \ \ \ \
| | | * | | | | Fixed following problems:Sergey Glukhov2010-12-141-1/+0
* | | | | | | | Fix numerous warnings introduced in the last pushes on WindowsVladislav Vaintroub2011-02-181-2/+2
| |_|_|/ / / / |/| | | | | |
* | | | | | | Fix LP BUG#685411unknown2010-12-141-20/+18
| |_|_|/ / / |/| | | | |
* | | | | | Fixed some compiler warnings found when compiling for windows.Michael Widenius2010-11-301-3/+3
| |_|_|/ / |/| | | |
* | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-5/+7
|\ \ \ \ \ | |/ / / /
| * | | | Change some my_bool in C++ classes and a few functions to bool to detect wron...Michael Widenius2010-09-241-4/+4
* | | | | Fixed LP BUG#615760: Check on double cache assignment added into the transfor...unknown2010-09-061-1/+3
| |_|_|/ |/| | |
* | | | Subquery cache (MWL#66) added.unknown2010-07-101-4/+18
* | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-0/+1
|\ \ \ \ | |/ / /
| * | | merge 5.1->5.2Sergei Golubchik2010-06-011-0/+1
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.47Michael Widenius2010-05-261-0/+1
| | |\ \ | | | |/
| | | * Bug#52120 create view cause Assertion failed: 0, file .\item_subselect.cc, li...Sergey Glukhov2010-04-061-0/+1
* | | | MWL#110: Make EXPLAIN always show materialization separatelySergey Petrunya2010-03-291-2/+8
* | | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-0/+3
|\ \ \ \ | |/ / /
| * | | mergedSergei Golubchik2010-03-151-0/+3
| |\ \ \ | | |/ /
| | * | A number of after-merge fixes following merge of MySQL 5.1.44 into MariaDB.unknown2010-03-091-0/+3
| * | | merge 5.1->5.2unknown2010-02-011-0/+1
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.42Michael Widenius2010-01-151-0/+1
| | |\ \ | | | |/
| | | * Bug#43668: Wrong comparison and MIN/MAX for YEAR(2)Evgeny Potemkin2009-11-171-0/+1
* | | | MWL#68 Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-03-091-133/+174
* | | | MWL#68 Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-02-221-8/+8
* | | | MWL#68 Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-02-191-18/+378
* | | | BUG#31480: Incorrect result for nested subquery when executed via semi joinSergey Petrunya2010-02-121-6/+29
* | | | Subquery optimizations: non-semijoin materializationSergey Petrunya2010-01-281-26/+119
* | | | Backport of subquery optimizations to 5.3.Sergey Petrunya2010-01-171-3/+45
|/ / /
* | | The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.Igor Babaev2009-10-161-0/+4
|/ /
* | MWL#17: Table-eliminationSergey Petrunya2009-09-011-1/+1
* | MWL#17: Table eliminationSergey Petrunia2009-06-221-1/+11
|/
* Fix for Bug#30217: Views: changes in metadata behaviourunknown2008-02-221-10/+10
* Merge magare.gmz:/home/kgeorge/mysql/work/B31884-5.0-optunknown2007-10-301-0/+1
|\
| * Bug #31884: Assertion + crash in subquery in the SELECT clause.unknown2007-10-301-0/+1