summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@laptop.sanja.is.com.ua2003-10-071-66/+60
|\
| * fixed error detectionbell@laptop.sanja.is.com.ua2003-10-071-1/+1
| * mergebell@laptop.sanja.is.com.ua2003-10-071-31/+28
| |\
| | * mergemonty@narttu.mysql.fi2003-10-071-36/+33
| | |\
| | | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-10-071-3/+3
| | | |\
| | | * | Don't print warnings about 'setrlimit' if --warnings is not givenmonty@narttu.mysql.fi2003-09-291-39/+38
| * | | | after merge fixbell@laptop.sanja.is.com.ua2003-10-071-5/+4
| * | | | mergebell@laptop.sanja.is.com.ua2003-10-071-30/+28
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | thd pointer storing moved to fix_fields() (WL#1254) (SCRUM)bell@laptop.sanja.is.com.ua2003-10-021-30/+29
| | |/ /
* | | | mergebell@laptop.sanja.is.com.ua2003-10-071-11/+0
|\ \ \ \ | |/ / / |/| | |
| * | | code cleanup: removed unused constructors and methodsbell@laptop.sanja.is.com.ua2003-09-201-13/+0
| |/ /
* | | Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@laptop.sanja.is.com.ua2003-10-071-3/+3
|\ \ \ | | |/ | |/|
| * | fixed error namesbell@laptop.sanja.is.com.ua2003-10-061-3/+3
| |/
* | after merge fixbell@laptop.sanja.is.com.ua2003-10-071-3/+3
* | Mergebell@laptop.sanja.is.com.ua2003-10-061-37/+40
|\ \ | |/
| * renamed join_types (as was suggested by Peter Gulutzan)bell@sanja.is.com.ua2003-09-141-9/+9
| * removing additional IN subquery conditionbell@sanja.is.com.ua2003-09-081-10/+13
| * fixed row union processingbell@sanja.is.com.ua2003-09-071-1/+1
| * enum renamed (asked for compilation under windows)bell@laptop.sanja.is.com.ua2003-08-281-17/+17
* | Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-all_any-4.1bell@laptop.sanja.is.com.ua2003-08-231-40/+11
|\ \
| * \ mergebell@laptop.sanja.is.com.ua2003-08-201-40/+11
| |\ \ | | |/
| | * after merge changingbell@laptop.sanja.is.com.ua2003-08-201-1/+1
| | * Code cleanupbell@laptop.sanja.is.com.ua2003-08-161-5/+7
| | * As far as now transformer called after setup_wild() it is impossible to have '*'bell@laptop.sanja.is.com.ua2003-08-161-34/+3
* | | optimisation of independent ALL/ANY with aggregate function (WL#1115) (SCRUM)bell@sanja.is.com.ua2003-08-121-30/+54
|/ /
* | mergebell@sanja.is.com.ua2003-08-111-2/+4
|\ \ | |/
| * fixed bug in used_tables() report of left expression of IN subquerybell@sanja.is.com.ua2003-08-071-2/+2
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1bell@sanja.is.com.ua2003-08-051-0/+2
| |\
| | * mergebell@sanja.is.com.ua2003-08-051-0/+2
| | |\
| | | * mergebell@sanja.is.com.ua2003-08-011-1/+1
| | | |\
| | | | * count HAVING clause elements with select list elements, because agregate func...bell@sanja.is.com.ua2003-07-291-1/+1
| | | * | Derivation attribute was not processed correctlybar@bar.mysql.r18.ru2003-07-301-0/+2
| | | |/
* | | | independent ALL/ANY subselect on top of WHERE clause (subselect without GROUP...bell@sanja.is.com.ua2003-07-241-13/+64
|/ / /
* | | new optimisation for ref_null (SCRUM) (WL#818)bell@sanja.is.com.ua2003-07-171-3/+19
* | | new IN subquery engine added for simple IN with non-primary index but without...bell@sanja.is.com.ua2003-07-081-12/+65
* | | Optimisation if simple IN subselect with primary indexbell@sanja.is.com.ua2003-07-071-4/+78
|/ /
* | (SCRUM)bell@sanja.is.com.ua2003-07-031-6/+7
* | Item tree iteratorbell@sanja.is.com.ua2003-07-021-1/+6
* | after review changes (SCRUM)bell@sanja.is.com.ua2003-07-021-44/+22
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-cond_count-4.1bell@sanja.is.com.ua2003-06-261-3/+6
|\ \ | |/
| * cond_count moved to SELECT_LEX_NODEbell@sanja.is.com.ua2003-06-261-3/+6
* | mergedbell@sanja.is.com.ua2003-06-251-11/+27
|\ \ | |/
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-06-191-11/+27
| |\
| | * added mem_root switching for subselect if it is necessarybell@sanja.is.com.ua2003-05-281-11/+27
| * | fixed memory overrun (bug 380)bell@sanja.is.com.ua2003-05-171-1/+1
| |/
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-05-141-199/+268
|\ \ | |/ |/|
| * subselect transformation moved in after-fix_field placebell@sanja.is.com.ua2003-05-141-199/+268
* | Removed compiler warningsmonty@narttu.mysql.fi2003-05-061-1/+1
|/
* fixed bug 185 (constant IN (SELECT field ...) do not return NULL correctly)bell@sanja.is.com.ua2003-04-231-3/+25
* Mergebell@sanja.is.com.ua2003-03-151-1/+8
|\