summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque...Sergey Petrunya2010-05-241-17/+38
|\
| * Code cleanup, remove junk commentsSergey Petrunya2010-05-241-3/+0
| * Subqueries: Inside-out execution for non-semijoin materialized subqueries tha...Sergey Petrunya2010-05-231-4/+0
| * Subquery optimizations:Sergey Petrunya2010-05-101-3/+4
| * Always refer to materialized table as "SUBSELECT#%d" where %d is select numberSergey Petrunya2010-04-071-4/+14
| * MWL#90: Subqueries: Inside-out execution for non-semijoin materializedSergey Petrunya2010-04-061-3/+20
* | MWL#68: Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-04-021-1/+5
|/
* MWL#110: Make EXPLAIN always show materialization separatelySergey Petrunya2010-03-291-0/+9
* Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-16/+22
|\
| * mergedSergei Golubchik2010-03-151-1/+7
| |\
| | * Fix a buildbot memory leak due to JOIN::destroy() not being called for EXPLAIN unknown2010-03-091-0/+4
| | * A number of after-merge fixes following merge of MySQL 5.1.44 into MariaDB.unknown2010-03-091-1/+3
| * | merge 5.1->5.2unknown2010-02-011-0/+2
| |\ \ | | |/
| | * Merge with MySQL 5.1.42Michael Widenius2010-01-151-0/+2
| | |\
| | | * Auto-merged fix for the bug#34384.Evgeny Potemkin2009-11-061-0/+2
| | | |\
| | | | * Bug#34384: Slow down on constant conversion.Evgeny Potemkin2009-11-061-0/+2
| * | | | merge 5.1-> 5.2unknown2009-12-081-18/+19
| |\ \ \ \ | | |/ / /
| | * | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-18/+19
| | |\ \ \ | | | |/ /
| | | * | A fix and a test case for Konstantin Osipov2009-11-031-0/+1
| | | |\ \
| | | | * | A fix and a test case forKonstantin Osipov2009-11-031-0/+1
| | | * | | Bug#48295: explain extended crash with subquery and ONLY_FULL_GROUP_BY sql_modeTatiana A. Nurnberg2009-10-291-3/+8
| | | | |/ | | | |/|
| | | * | Fix for bug#46629: Item_in_subselect::val_int(): Assertion `0' Ramil Kalimullin2009-09-041-6/+4
* | | | | MWL#68 Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-03-091-211/+504
* | | | | MWL#68 Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-02-221-39/+110
* | | | | Automerge with 5.3-subqueriesunknown2010-02-221-2/+13
|\ \ \ \ \
| * | | | | Change Field_enumerator to enumerate Item_field-s not Field-s.Sergey Petrunya2010-02-211-2/+2
| * | | | | * Better self-recursion protection in Item_subselect::fix_fields. Sergey Petrunya2010-02-211-1/+5
| * | | | | Fix Item_subselect::update_used_tables() and fix_after_pullout() to work withSergey Petrunya2010-02-201-0/+7
* | | | | | MWL#68 Subquery optimization: Efficient NOT IN execution with NULLsunknown2010-02-191-169/+1363
|/ / / / /
* | | | | 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-5/+1
* | | | | Fix for previous csetSergey Petrunya2010-02-121-0/+1
* | | | | BUG#31480: Incorrect result for nested subquery when executed via semi joinSergey Petrunya2010-02-121-12/+164
* | | | | Subquery optimizations: non-semijoin materializationSergey Petrunya2010-01-281-47/+784
* | | | | Backport of subquery optimizations to 5.3.Sergey Petrunya2010-01-171-3/+17
|/ / / /
* | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-12/+14
|/ / /
* | | Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-2/+28
|\ \ \
| * | | MWL#17: Table-eliminationSergey Petrunya2009-09-011-2/+2
| * | | MWL#17: Table eliminationSergey Petrunia2009-06-251-1/+1
| * | | MWL#17: Table eliminationSergey Petrunia2009-06-221-2/+28
* | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-0/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merged fix for the bug#46051.Evgeny Potemkin2009-07-191-0/+4
| |\ \ | | |/
| | * Bug#46051: Incorrectly market field caused wrong result.Evgeny Potemkin2009-07-161-0/+4
| | |
| | \
| *-. \ Merge from 5.0-bugteam for 43414Staale Smedseng2009-06-091-4/+4
| |\ \ \ | | | |/
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-4/+4
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-4/+4
| | |/
* | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-4/+4
* | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-6/+32
|\ \ \ | |/ /
| * | Bug#37627: Killing query with sum(exists()) or avg(exists()) reproducibly cra...Georgi Kodinov2008-07-041-6/+32