summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-08-301-18/+4
|\
| * BUG#21166: Prepared statement causes signal 11 on second executionkroki/tomash@moonlight.intranet2006-08-241-18/+4
* | Fixed bug#21475: Wrongly applied constant propagation leads to a false compar...evgen@moonbone.local2006-08-211-1/+1
|/
* item_func.h, item_func.cc, sql_select.cc, item.h:evgen@moonbone.local2006-07-261-1/+1
* Fixed bug#19862: Sort with filesort by function evaluates function twiceevgen@moonbone.local2006-07-261-0/+1
* Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optevgen@moonbone.local2006-07-131-2/+9
|\
| * Merge olga.mysql.com:/home/igor/mysql-4.1-optigor@olga.mysql.com2006-07-061-2/+9
| |\
| | * Better comments for void Item::top_level_item()sergefp@mysql.com2006-07-041-2/+9
* | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0gluh@mysql.com2006-07-031-0/+22
|\ \ \
| * | | Bug#19671 mysql_list_fields returns incorrect table name for VIEWsgluh@eagle.intranet.mysql.r18.ru2006-06-291-0/+22
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2006-07-011-7/+0
|\ \ \
| * | | Remove an unused variable.konstantin@mysql.com2006-07-011-7/+0
| |/ /
* | | BUG#20769: Dangling pointer in ctype_recoding test case.knielsen@mysql.com2006-06-301-4/+3
|/ /
* | Manually mergedevgen@moonbone.local2006-06-141-0/+16
|\ \ | |/
| * Fixed bug#16377: result of DATE/TIME functions were compared as strings whichevgen@moonbone.local2006-06-131-0/+16
* | Merge mysql.com:/home/kgeorge/mysql/5.0/cleangkodinov@mysql.com2006-05-251-0/+1
|\ \
| * | Bug #19700: subselect returning BIGINT always returned it as SIGNEDgkodinov@mysql.com2006-05-251-0/+1
* | | Remove dflt_field from field structure as this was only needed when createing...monty@mysql.com2006-05-241-0/+2
|/ /
* | Fixed bug#19077: A nested materialized derived table is used before being pop...evgen@moonbone.local2006-05-181-0/+3
* | Merge mysql.com:/opt/local/work/mysql-5.0-rootkonstantin@mysql.com2006-05-161-4/+4
|\ \
| * | After-merge fixes; some function signatures changed from Item * to Item **.knielsen@mysql.com2006-05-151-4/+4
* | | Remove 'const' that prevents Microsoft VC realize thatkroki@mysql.com2006-05-151-1/+1
|/ /
* | Bug#14635: Accept NEW.x as INOUT parameters to stored procedureskroki@mysql.com2006-05-121-8/+93
* | Merge lsmy3.wdf.sap.corp:/data/users/gkodinov/mysql-4.1-B18492gkodinov@lsmy3.wdf.sap.corp2006-04-281-15/+0
|\ \ | |/
| * BUG#18492: mysqld reports ER_ILLEGAL_REFERENCE in --ps-protocolgkodinov@lsmy3.wdf.sap.corp2006-04-281-13/+0
| * Merge mysql.com:/home/jimw/my/mysql-4.1-13344jimw@mysql.com2005-10-121-0/+8
| |\
* | | BUG#15872: Don't run the range analyzer on "t1.keypart NOT IN (const1, ..., )...sergefp@mysql.com2006-04-251-0/+1
* | | Bug#16461: connection_id() does not work properly inside triggerkroki@mysql.com2006-04-121-12/+0
* | | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2006-03-311-0/+2
|\ \ \
| * | | Fix for BUG#16710.timour@mysql.com2006-03-311-0/+2
* | | | Fixed BUG#17476: Stored procedure not returning data when it is called firstpem@mysql.com2006-03-021-1/+0
* | | | bug #9088 (bigint WHERE fails)holyfoot@deer.(none)2006-03-011-2/+3
* | | | Fixed compiler warnings from gcc 4.0.2:monty@mysql.com2006-02-251-1/+4
* | | | Mergeevgen@moonbone.local2006-02-161-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix bug #15706 find_field_in_tables() returns field from outer selectevgen@moonbone.local2006-02-151-0/+1
* | | | Fix for the following bugs:anozdrin@mysql.com2006-01-241-3/+11
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-5/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Review fixes of new pushed codemonty@mysql.com2006-01-061-5/+1
* | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-12-101-76/+215
|\ \ \ \
| * | | | A fix and a test case for Bug#15441 "Running SP causes Server konstantin@mysql.com2005-12-091-0/+10
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0anozdrin@mysql.com2005-12-071-76/+163
| |\ \ \ \
| | * | | | Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-76/+163
| * | | | | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-12-061-0/+42
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | WL#2486 - Natural/using join according to SQL:2003.timour@mysql.com2005-11-281-0/+42
| | |/ / /
* | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-12-021-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-12-021-2/+2
| |\ \ \ \
| | * | | | Addition to fix for bug #12956: cast make differ rounding.ramil@mysql.com2005-11-291-2/+2
| * | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0bar@mysql.com2005-11-281-0/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | item.cc, item.h:bar@mysql.com2005-11-281-0/+4
* | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-221-1/+10
|\ \ \ \ \ \ | |/ / / / /