summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* basic row Items (SCRUM)unknown2002-11-151-1/+1
* fixed cyclic reference bugunknown2002-11-141-0/+25
* fixed error handlingunknown2002-11-131-1/+1
* Item->thd_charset() - returns a default charset which should be used unknown2002-11-061-1/+1
* Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-041-9/+9
|\
| * removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM)unknown2002-10-301-9/+9
* | All String->set() now have charset argumentunknown2002-10-301-1/+1
|/
* removed annecessary assignment found by Montyunknown2002-10-141-3/+1
* fixed bug of multi-level EXPLAINunknown2002-10-131-1/+4
* fixed subselect * bugunknown2002-10-121-6/+8
* fixed bug in subselect value storingunknown2002-10-111-0/+2
* removed 'this' pointer from initialization list of constructorsunknown2002-10-081-11/+18
* fixed couple of bugs in field/reference name resolutionunknown2002-10-081-1/+2
* fixed error handling bugunknown2002-10-071-0/+18
* fixed bug in string & date types with group function in subselectunknown2002-09-281-1/+46
* fixed Item_subselect constructorunknown2002-09-271-1/+1
* mergedunknown2002-09-031-76/+144
|\
| * subselect with unionunknown2002-09-031-70/+144
* | fixed bug reported by Walrus & Miguel in exists subselectunknown2002-07-311-1/+7
|/
* subselect in having clauseunknown2002-07-011-8/+1
* EXISTS type of subselectunknown2002-06-191-36/+85
* temporary preventing subselect in HAVING clauseunknown2002-06-071-0/+7
* Prevent needless rexecuting empty subselectsunknown2002-06-061-2/+3
* new subselect testsunknown2002-06-011-4/+2
* limit clause fixedunknown2002-05-281-3/+10
* Hiding internal pointers of SELECT_LEX structuresunknown2002-05-271-1/+1
* added depended subselect processingunknown2002-05-261-7/+21
* simple subselects ported to new select_lex structuresunknown2002-05-121-0/+136