summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-02-261-4/+45
|\
| * item.cc, item.h:unknown2007-02-261-1/+0
| * item.h:unknown2007-02-251-0/+1
| * Merge moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.0-optunknown2007-02-211-3/+37
| |\
| | * Bug#23800: Outer fields in correlated subqueries is used in a temporary tableunknown2007-02-211-3/+37
| * | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-02-191-1/+6
| |\ \
| | * | Bug #25831: Deficiencies in INSERT ... SELECT ... field name resolving.unknown2007-02-191-1/+6
| * | | Bug#16630: The update fields of the INSERT .. SELECT .. ON DUPLICATE KEYunknown2007-02-161-0/+2
| | |/ | |/|
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-02-211-18/+19
|\ \ \ | |/ / |/| |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-18/+19
| |\ \
| | * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-12-151-18/+19
| | |\ \
| | | * | Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-18/+19
* | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0-optunknown2007-01-261-1/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fixed bug #25398: crash in a trigger when using trigger fields unknown2007-01-121-0/+3
| * | | | Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.unknown2007-01-111-1/+2
| |/ / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2007-01-231-7/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Proposed fix for bug#24491 "using alias from source table in insert ...unknown2007-01-231-7/+2
| | |/ | |/|
* | | my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | | Many files:unknown2006-12-231-2/+1
| |/ |/|
* | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-11-281-0/+6
|\ \ | |/ |/|
| * BUG#11927: Warnings shown for CAST( chr as signed) but not (chr + 0)unknown2006-11-281-0/+6
* | Merge bk@192.168.21.1:mysql-5.0-optunknown2006-11-171-0/+15
|\ \ | |/
| * Merge bk@192.168.21.1:mysql-5.0-optunknown2006-11-061-0/+5
| |\
| | * Merge mysql.com:/home/hf/work/19491/my50-19491unknown2006-11-011-0/+5
| | |\
| | | * bug #19491 (CAST do DATETIME wrong result)unknown2006-10-251-0/+5
| * | | BUG#8804: wrong results for NULL IN (SELECT ...)unknown2006-10-311-0/+10
| |/ /
* | | Bug#21505 Create view - illegal mix of collation for operation 'UNION'unknown2006-11-091-12/+0
|/ /
* | Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-optunknown2006-09-151-1/+5
|\ \
| * | Bug#21555: incorrect behavior with INSERT ... ON DUPL KEY UPDATE and VALUESunknown2006-09-081-1/+5
* | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/CLEAN/mysql-5.0unknown2006-09-151-1/+44
|\ \ \
| * | | Post-pushbuild corrections for fix of bug #21698.unknown2006-09-091-0/+27
| * | | Fixed bug #21698: erroneously a field could be replaced by anunknown2006-09-071-1/+17
| | |/ | |/|
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-301-18/+4
|\ \ \ | |/ / |/| |
| * | BUG#21166: Prepared statement causes signal 11 on second executionunknown2006-08-241-18/+4
* | | Fixed bug#21475: Wrongly applied constant propagation leads to a false compar...unknown2006-08-211-1/+1
|/ /
* | item_func.h, item_func.cc, sql_select.cc, item.h:unknown2006-07-261-1/+1
* | Fixed bug#19862: Sort with filesort by function evaluates function twiceunknown2006-07-261-0/+1
* | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-07-131-2/+9
|\ \
| * \ Merge olga.mysql.com:/home/igor/mysql-4.1-optunknown2006-07-061-2/+9
| |\ \ | | |/
| | * Better comments for void Item::top_level_item()unknown2006-07-041-2/+9
* | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-07-031-0/+22
|\ \ \
| * | | Bug#19671 mysql_list_fields returns incorrect table name for VIEWsunknown2006-06-291-0/+22
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-07-011-7/+0
|\ \ \
| * | | Remove an unused variable.unknown2006-07-011-7/+0
| |/ /
* | | 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
|/ /