summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@rakia.gmz2006-11-281-0/+6
|\
| * BUG#11927: Warnings shown for CAST( chr as signed) but not (chr + 0)gkodinov/kgeorge@macbook.gmz2006-11-281-0/+6
* | Merge bk@192.168.21.1:mysql-5.0-optholyfoot/hf@mysql.com/deer.(none)2006-11-171-0/+15
|\ \ | |/
| * Merge bk@192.168.21.1:mysql-5.0-optholyfoot/hf@mysql.com/deer.(none)2006-11-061-0/+5
| |\
| | * Merge mysql.com:/home/hf/work/19491/my50-19491holyfoot/hf@mysql.com/deer.(none)2006-11-011-0/+5
| | |\
| | | * bug #19491 (CAST do DATETIME wrong result)holyfoot/hf@mysql.com/deer.(none)2006-10-251-0/+5
| * | | BUG#8804: wrong results for NULL IN (SELECT ...)sergefp@mysql.com2006-10-311-0/+10
| |/ /
* | | Bug#21505 Create view - illegal mix of collation for operation 'UNION'bar@mysql.com/bar.intranet.mysql.r18.ru2006-11-091-12/+0
|/ /
* | Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-optgkodinov@dl145s.mysql.com2006-09-151-1/+5
|\ \
| * | Bug#21555: incorrect behavior with INSERT ... ON DUPL KEY UPDATE and VALUESgkodinov/kgeorge@macbook.gmz2006-09-081-1/+5
* | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/CLEAN/mysql-5.0gkodinov@dl145s.mysql.com2006-09-151-1/+44
|\ \ \
| * | | Post-pushbuild corrections for fix of bug #21698.igor@rurik.mysql.com2006-09-091-0/+27
| * | | Fixed bug #21698: erroneously a field could be replaced by anigor@rurik.mysql.com2006-09-071-1/+17
| | |/ | |/|
* | | 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