summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-17/+5
|\
| * Merge with MySQL 5.1.55Michael Widenius2011-02-201-17/+5
| |\
| | * MergeKent Boortz2010-12-291-1/+1
| | |\
| | | * - Added/updated copyright headersKent Boortz2010-12-281-1/+1
| | | * Bug#48295: explain extended crash with subquery and ONLY_FULL_GROUP_BY sqlTatiana A. Nurnberg2010-03-021-3/+8
| | * | Fixed following problems:Sergey Glukhov2010-12-141-16/+4
* | | | 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
| | |/ /
* | | | 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
* | | | 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
* | | | 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
* | | | 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
|\ \ \ | |/ /