summaryrefslogtreecommitdiff
path: root/sql/item_func.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug#16861: User defined variable can have a wrong value if a tmp table wasunknown2007-01-091-0/+1
* my_strtoll10-x86.s:unknown2006-12-311-1/+1
* Many files:unknown2006-12-231-2/+1
* Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-12-041-2/+2
|\
| * Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-11-281-2/+2
| |\
| | * BUG#11927: Warnings shown for CAST( chr as signed) but not (chr + 0)unknown2006-11-281-2/+2
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-11-281-0/+1
|\ \ \ | |/ /
| * | Merge bk@192.168.21.1:mysql-5.0-optunknown2006-11-171-0/+1
| |\ \ | | |/
| | * Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-10-311-0/+1
| | |\
| | | * Bug #21809: Error 1356 while selecting from view with grouping though underlyingunknown2006-10-241-0/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintunknown2006-11-271-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for Bug #21466: INET_ATON() returns signed int, not unsignedunknown2006-09-251-1/+1
| | |/ | |/|
* | | Fix after merge.unknown2006-11-061-0/+1
| |/ |/|
* | BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_IDunknown2006-10-021-0/+1
|/
* Merge bk-internal:/home/bk/mysql-5.0unknown2006-09-181-0/+2
|\
| * Fixed bug #21698: erroneously a field could be replaced by anunknown2006-09-071-0/+2
* | Merge polly.local:/tmp/20924/bug20294/my50-bug20294unknown2006-09-121-1/+1
|\ \ | |/ |/|
| * Merge polly.local:/tmp/20924/bug20294/my41-bug20294unknown2006-09-121-1/+1
| |\
| | * Post-review fixes for bug #20924unknown2006-09-121-1/+1
| | * Bug #20924: CAST(expr as UNSIGNED) returns SIGNED value when used in various ...unknown2006-09-081-1/+1
* | | item_cmpfunc.cc, item.cc:unknown2006-08-231-0/+1
* | | Fixed bug#16861: User defined variable can have a wrong value if a tmp table wasunknown2006-08-221-2/+4
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-08-031-3/+7
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-1/+6
| |\ \ \
| | * | | item_func.h, item_func.cc, sql_select.cc, item.h:unknown2006-07-261-1/+4
| | * | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-07-261-1/+3
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fixed bug#19862: Sort with filesort by function evaluates function twiceunknown2006-07-261-1/+3
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-2/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-07-131-2/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Bug#18630: Arguments of suid routine calculated in wrong securityunknown2006-07-131-2/+1
* | | | | Merge neptunus.(none):/home/msvensson/mysql/bug7498/my50-bug7498unknown2006-07-201-4/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug #7498 User variable SET saves SIGNED BIGINT as UNSIGNED BIGINTunknown2006-06-091-4/+2
* | | | | 4.1 -> 5.0 mergeunknown2006-07-131-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Merge zippy.(none):/home/cmiller/work/mysql/mysql-4.0__bug19006unknown2006-07-111-1/+4
| |\ \ \
| | * | | Bug#19006: 4.0 valgrind problems (in test func_str)unknown2006-07-011-1/+4
| | * | | Fixes while reviewing codeunknown2004-11-261-1/+1
* | | | | BUG#20769: Dangling pointer in ctype_recoding test case.unknown2006-06-301-5/+5
| |_|_|/ |/| | |
* | | | After-merge fixes; some function signatures changed from Item * to Item **.unknown2006-05-151-1/+1
* | | | Merge mysql.com:/opt/local/work/mysql-5.0-rootunknown2006-05-151-1/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bug#14635: Accept NEW.x as INOUT parameters to stored proceduresunknown2006-05-121-1/+11
* | | | Fixed memory leak in sql_parse.cc (lex_end() was not called)unknown2006-05-041-0/+1
|/ / /
* | | Bug#16461: connection_id() does not work properly inside triggerunknown2006-04-121-0/+12
* | | Fixed bug#13575: SP funcs in select with distinct/group and order by canunknown2006-03-101-1/+13
* | | Merge april.(none):/home/svoj/devel/mysql/merge/mysql-4.1unknown2006-02-071-3/+1
|\ \ \ | |/ /
| * | Merge april.(none):/home/svoj/devel/mysql/BUG16893/mysql-4.1unknown2006-02-071-3/+0
| |\ \
| | * | BUG#16893: Crash in test 'fulltext_order_by'unknown2006-02-031-3/+0
| * | | BUG#14496: Crash or strange results with prepared statement,unknown2006-02-011-1/+1
| |/ /
* | | Patch for WL#2894: Make stored routine variables workunknown2005-12-071-2/+2
* | | Addition to fix for bug #12956: cast make differ rounding.unknown2005-11-301-2/+2
* | | Merge mysql.com:/home/mysql_src/mysql-4.1-gcaunknown2005-11-101-2/+2
|\ \ \ | |/ /