summaryrefslogtreecommitdiff
path: root/sql/item_row.cc
Commit message (Expand)AuthorAgeFilesLines
* Better bugfix for "HAVING when refering to RAND()" (Bug #8216)monty@mysql.com2005-02-081-17/+2
* Fixed bug in HAVING when refering to RAND() through aliasmonty@mysql.com2005-02-071-3/+8
* Merge of fix for BUG#6976 continued: pulling in some Item_ref changes from 5.0sergefp@mysql.com2004-12-141-2/+2
* Merging fix for BUG#6976 from 4.0 to 4.1 sergefp@mysql.com2004-12-131-1/+2
* A small simplification: perform two actions at once, register akonstantin@mysql.com2004-10-101-2/+2
* Deployment of centralized Item change registry, step 2: Item_ref konstantin@mysql.com2004-10-081-3/+5
* after mergeserg@serg.mylan2004-08-261-1/+2
* DBUG_ASSERT(fixed == 0) added to fix_fields()bell@sanja.is.com.ua2004-03-171-0/+2
* revision of fix_fields() calls (BUG2838)bell@sanja.is.com.ua2004-02-181-8/+10
* Fix for prepared statementshf@deer.(none)2003-12-301-1/+1
* fixed printability of Items (all items except subselects)bell@laptop.sanja.is.com.ua2003-10-121-0/+12
* fixed error namesbell@laptop.sanja.is.com.ua2003-10-061-2/+2
* Item tree iteratorbell@sanja.is.com.ua2003-07-021-0/+10
* after review changes (SCRUM)bell@sanja.is.com.ua2003-07-021-6/+0
* Move tmp_table_used to THDmonty@mashka.mysql.fi2003-02-101-1/+1
* fixed bug in determinating uncacheable queriesbell@sanja.is.com.ua2003-01-301-0/+9
* cyclic reference test removed, becouse testing of Item::fixed field apply mor...bell@sanja.is.com.ua2003-01-301-10/+0
* fixed row items with group functionsbell@sanja.is.com.ua2003-01-291-9/+28
* Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-1/+0
* Fixed that derived tables are properly dropedmonty@mashka.mysql.fi2003-01-071-1/+1
* post-post-review fix (SCRUM)bell@sanja.is.com.ua2003-01-021-0/+2
* postreviews fix (SCRUM related)bell@sanja.is.com.ua2002-12-311-20/+8
* support of subselect without FROM reducing (SCRUM)bell@sanja.is.com.ua2002-12-261-1/+16
* row IN subselects (SCRUM)bell@sanja.is.com.ua2002-12-191-1/+8
* postreview fix (SCRUM)bell@sanja.is.com.ua2002-12-101-0/+19
* Row item fixing (SCRUM related)bell@sanja.is.com.ua2002-12-071-3/+20
* checking columns of top itemsbell@sanja.is.com.ua2002-11-291-1/+1
* basic row Items (SCRUM)bell@sanja.is.com.ua2002-11-151-0/+66