summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* MWL#90: Address review feedback part #5Sergey Petrunya2011-03-221-5/+5
* MWL#90: Address review feedback part #1Sergey Petrunya2011-03-191-2/+2
* Merge 5.3 -> 5.3-subqueries-mwl90Sergey Petrunya2011-03-011-6/+6
|\
| * Fix numerous warnings introduced in the last pushes on WindowsVladislav Vaintroub2011-02-181-6/+6
* | MWL#90: subquery optimizationsSergey Petrunya2011-02-181-4/+4
* | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2011-02-151-17/+39
|\ \ | |/ |/|
| * MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2010-12-091-17/+39
| |\
| | * MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriespsergey2010-07-111-18/+43
| | |\
| | | * Fix test results and testuite valgrind failuresSergey Petrunya2010-06-111-1/+1
| | | * MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque...Sergey Petrunya2010-05-271-1/+1
| | | * 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
| | | |/
* | | | Fix LP BUG#685411unknown2010-12-141-13/+16
|/ / /
* | | Merge with 5.1-release.Michael Widenius2010-12-061-42/+44
|\ \ \
| * \ \ merge with 5.1Michael Widenius2010-11-301-42/+44
| |\ \ \
| | * \ \ Merge with MySQL 5.1.53Michael Widenius2010-11-251-5/+10
| | |\ \ \
| | | * | | Bug#56814 Explain + subselect + fulltext crashes serverSergey Glukhov2010-10-181-5/+10
| | * | | | Merge with MySQL 5.1.52Michael Widenius2010-11-231-41/+38
| | |\ \ \ \ | | | |/ / /
| | | * | | merge of 5.1-bugteam into 5.1-securityGeorgi Kodinov2010-10-061-30/+23
| | | |\ \ \
| | | | * \ \ Automerge.Alexey Kopytov2010-09-091-1/+4
| | | | |\ \ \
| | | | | * | | Bug #54190: Comparison to row subquery produces incorrectAlexey Kopytov2010-09-091-1/+4
| | | | * | | | Bug#51070: Query with a NOT IN subquery predicate returns a wrong result setMartin Hansson2010-09-071-29/+19
| | | | |/ / /
| | | * | | | Bug#54488 crash when using explain and prepared statements with subqueriesSergey Glukhov2010-10-011-11/+15
| | | |/ / /
* | | | | | Fixed some compiler warnings found when compiling for windows.Michael Widenius2010-11-301-3/+4
* | | | | | Fixed wrong queue_replace(), which caused timeout failure in pbxt.flush_read_...Michael Widenius2010-11-021-3/+13
* | | | | | Fixed LP bug #613009unknown2010-10-271-0/+4
* | | | | | Fixed LP bug #601156unknown2010-10-261-1/+1
* | | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-10/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-9/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-9/+8
| | |\ \ \ \ | | | |/ / /
| | | * | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-9/+8
| * | | | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-1/+2
* | | | | | Fixed LP BUG#615760: Check on double cache assignment added into the transfor...unknown2010-09-061-9/+17
* | | | | | Fixed LP bug #608744unknown2010-08-301-2/+5
* | | | | | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti...Michael Widenius2010-07-161-3/+2
* | | | | | Subquery cache (MWL#66) added.unknown2010-07-101-34/+116
| |_|_|/ / |/| | | |
* | | | | Fix buildbot valgrind failureSergey Petrunya2010-07-061-15/+1
* | | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-4/+21
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | merge 5.1->5.2Sergei Golubchik2010-06-011-2/+21
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.47Michael Widenius2010-05-261-0/+15
| | |\ \ | | | |/
| | | * Bug#52120 create view cause Assertion failed: 0, file .\item_subselect.cc, li...Sergey Glukhov2010-04-061-0/+15
| | * | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-2/+6
| | |\ \ | | | |/
| | | * Bug#47761: crash when killing a query during subquery execution...Davi Arnaut2010-03-091-2/+6
* | | | 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
|\ \ \ \ | |/ / /