summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in used_tables() report of left expression of IN subqueryunknown2003-08-071-2/+2
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1unknown2003-08-051-0/+2
|\
| * mergeunknown2003-08-051-0/+2
| |\
| | * mergeunknown2003-08-011-1/+1
| | |\
| | | * count HAVING clause elements with select list elements, because agregate func...unknown2003-07-291-1/+1
| | * | Derivation attribute was not processed correctlyunknown2003-07-301-0/+2
| | |/
* | | new optimisation for ref_null (SCRUM) (WL#818)unknown2003-07-171-3/+19
* | | new IN subquery engine added for simple IN with non-primary index but without...unknown2003-07-081-12/+65
* | | Optimisation if simple IN subselect with primary indexunknown2003-07-071-4/+78
|/ /
* | (SCRUM)unknown2003-07-031-6/+7
* | Item tree iteratorunknown2003-07-021-1/+6
* | after review changes (SCRUM)unknown2003-07-021-44/+22
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-cond_count-4.1unknown2003-06-261-3/+6
|\ \ | |/
| * cond_count moved to SELECT_LEX_NODEunknown2003-06-261-3/+6
* | mergedunknown2003-06-251-11/+27
|\ \ | |/
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-06-191-11/+27
| |\
| | * added mem_root switching for subselect if it is necessaryunknown2003-05-281-11/+27
| * | fixed memory overrun (bug 380)unknown2003-05-171-1/+1
| |/
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-141-199/+268
|\ \ | |/ |/|
| * subselect transformation moved in after-fix_field placeunknown2003-05-141-199/+268
* | Removed compiler warningsunknown2003-05-061-1/+1
|/
* fixed bug 185 (constant IN (SELECT field ...) do not return NULL correctly)unknown2003-04-231-3/+25
* Mergeunknown2003-03-151-1/+8
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-03-151-1/+8
| |\
| | * fix of illegal usage aggregate functionsunknown2003-02-151-1/+8
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-03-101-0/+2
|\ \ \ | |/ / |/| |
| * | fixed crash on non-well-constructed referenceunknown2003-03-101-0/+2
* | | merge fixesunknown2003-03-061-1/+1
|\ \ \ | |/ / |/| |
| * | three bug fixes and major code cleanupunknown2003-03-061-1/+1
| |/
* | Strings which appear without charset context, unknown2003-03-031-2/+2
|/
* Move tmp_table_used to THDunknown2003-02-101-2/+2
* after-review changes (577 SCRUM)unknown2003-02-021-1/+7
* fixed bug in determinating uncacheable queriesunknown2003-01-301-9/+3
* cyclic reference test removed, becouse testing of Item::fixed field apply mor...unknown2003-01-301-24/+0
* improving of fields list creation in derived tables and unionsunknown2003-01-291-3/+3
* fixed bugs in temporary tables in subselect implementation (SCRUM)unknown2003-01-281-8/+15
* after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati...unknown2003-01-261-7/+5
* mergingunknown2003-01-251-3/+13
|\
| * fixed subselects with temporary tables (SCRUM)unknown2003-01-251-6/+15
* | Portability fixes (for windows)unknown2003-01-211-1/+1
* | post-post-review fix (SCRUM)unknown2003-01-021-1/+1
* | postreviews fix (SCRUM related)unknown2002-12-311-11/+26
* | postreview fix (SCRUM)unknown2002-12-281-76/+37
* | Merge sanja.is.com.ua:/home/bell/mysql/work-row-4.1unknown2002-12-271-0/+48
|\ \
| * | support of subselect without FROM reducing (SCRUM)unknown2002-12-261-0/+48
* | | postreview fixunknown2002-12-271-3/+9
|/ /
* | more correct argument for translation function (SCRUM related)unknown2002-12-251-21/+20
* | check of LIMIT in row IN subquery (SCRUM related)unknown2002-12-251-0/+14
* | mergingunknown2002-12-251-44/+238
|\ \
| * | row IN subselects (SCRUM)unknown2002-12-191-19/+78