summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* cond_count moved to SELECT_LEX_NODEunknown2003-06-261-3/+6
* 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
|/
* 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
| * | Item_in_optimizer is changed to be used with row IN subselect (SCRUM)unknown2002-12-191-2/+3
| * | support of simple row subselects (SCRUM)unknown2002-12-191-40/+129
| * | optimized single value subselect (to be used as row) (SCRUM)unknown2002-12-191-8/+53
* | | LIMIT is prohibited in IN/ALL/ANY/SOMEunknown2002-12-231-0/+14
|/ /
* | mergeunknown2002-12-141-14/+0
|\ \
| * | rename of net_pkg.cc to protocol.ccunknown2002-12-111-14/+0
| |/
* | _NEW_ IN/ALL/ANY/SOME behaviour with NULL (SCRUM related)unknown2002-12-061-25/+93
|/
* fixed error handling bugunknown2002-11-291-1/+2
* fixed bug IN subselect with ORDERunknown2002-11-281-4/+11
* mergingunknown2002-11-281-7/+59
|\
| * fixed * without tables in IN bugunknown2002-11-281-7/+59
* | after-merge fixunknown2002-11-271-2/+2
* | mergingunknown2002-11-271-1/+1
|\ \ | |/ |/|
| * basic row Items (SCRUM)unknown2002-11-151-1/+1
* | after review changes in IN/ALL/ANY/SOME (SCRUM)unknown2002-11-271-3/+3
* | mergingunknown2002-11-271-2/+40
|\ \