summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* BUG#20769: Dangling pointer in ctype_recoding test case.unknown2006-06-301-4/+3
* Manually mergedunknown2006-06-141-0/+16
|\
| * Fixed bug#16377: result of DATE/TIME functions were compared as strings whichunknown2006-06-131-0/+16
* | Merge mysql.com:/home/kgeorge/mysql/5.0/cleanunknown2006-05-251-0/+1
|\ \
| * | Bug #19700: subselect returning BIGINT always returned it as SIGNEDunknown2006-05-251-0/+1
* | | Remove dflt_field from field structure as this was only needed when createing...unknown2006-05-241-0/+2
|/ /
* | Fixed bug#19077: A nested materialized derived table is used before being pop...unknown2006-05-181-0/+3
* | Merge mysql.com:/opt/local/work/mysql-5.0-rootunknown2006-05-161-4/+4
|\ \
| * | After-merge fixes; some function signatures changed from Item * to Item **.unknown2006-05-151-4/+4
* | | Remove 'const' that prevents Microsoft VC realize thatunknown2006-05-151-1/+1
|/ /
* | Bug#14635: Accept NEW.x as INOUT parameters to stored proceduresunknown2006-05-121-8/+93
* | Merge lsmy3.wdf.sap.corp:/data/users/gkodinov/mysql-4.1-B18492unknown2006-04-281-15/+0
|\ \ | |/
| * BUG#18492: mysqld reports ER_ILLEGAL_REFERENCE in --ps-protocolunknown2006-04-281-13/+0
| * Merge mysql.com:/home/jimw/my/mysql-4.1-13344unknown2005-10-121-0/+8
| |\
* | | BUG#15872: Don't run the range analyzer on "t1.keypart NOT IN (const1, ..., )...unknown2006-04-251-0/+1
* | | Bug#16461: connection_id() does not work properly inside triggerunknown2006-04-121-12/+0
* | | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2006-03-311-0/+2
|\ \ \
| * | | Fix for BUG#16710.unknown2006-03-311-0/+2
* | | | Fixed BUG#17476: Stored procedure not returning data when it is called firstunknown2006-03-021-1/+0
* | | | bug #9088 (bigint WHERE fails)unknown2006-03-011-2/+3
* | | | Fixed compiler warnings from gcc 4.0.2:unknown2006-02-251-1/+4
* | | | Mergeunknown2006-02-161-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix bug #15706 find_field_in_tables() returns field from outer selectunknown2006-02-151-0/+1
* | | | Fix for the following bugs:unknown2006-01-241-3/+11
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-01-061-5/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Review fixes of new pushed codeunknown2006-01-061-5/+1
* | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-12-101-76/+215
|\ \ \ \
| * | | | A fix and a test case for Bug#15441 "Running SP causes Server unknown2005-12-091-0/+10
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-071-76/+163
| |\ \ \ \
| | * | | | Patch for WL#2894: Make stored routine variables workunknown2005-12-071-76/+163
| * | | | | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-12-061-0/+42
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | WL#2486 - Natural/using join according to SQL:2003.unknown2005-11-281-0/+42
| | |/ / /
* | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-12-021-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-021-2/+2
| |\ \ \ \
| | * | | | Addition to fix for bug #12956: cast make differ rounding.unknown2005-11-291-2/+2
| * | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-281-0/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | item.cc, item.h:unknown2005-11-281-0/+4
* | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-221-1/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0unknown2005-11-231-0/+9
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix for BUG#13549 "Server crash with nested stored proceduresunknown2005-11-231-0/+9
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0unknown2005-11-211-1/+1
| |\ \ \ \ \
| | * | | | | Inefficient usage of String::append() fixed.unknown2005-11-201-1/+1
| | | |/ / / | | |/| | |
* | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-041-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-10-291-1/+1
| | |\ \ \ \
| | | * \ \ \ Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-10-221-1/+1
| | | |\ \ \ \
| | | | * | | | Fixed bug #12762:unknown2005-10-151-1/+1
* | | | | | | | Fix bug #14850 Item_ref's null_value wasn't updatedunknown2005-11-141-1/+5
|/ / / / / / /
* | | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-031-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix bug #14093 Query takes a lot of time when date format is not validunknown2005-11-031-0/+1
| | |/ / / / / | |/| | | | |