summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* Backport of a 5.0.74 fix into 5.0.72sp1:Joerg Bruehe2009-01-121-1/+3
* Bug#37662 nested if() inside sum() is parsed in exponential timeGeorgi Kodinov2008-07-301-7/+8
* fixed warnings from the fix of 26243unknown2008-03-291-1/+1
* Merge stella.local:/home2/mydev/mysql-5.0-amainunknown2008-03-141-0/+2
|\
| * Merge kaamos.(none):/data/src/mysql-5.0unknown2008-03-121-0/+2
| |\
| | * Bug#30787: Stored function ignores user defined alias.unknown2008-01-311-0/+2
* | | Merge pcg5ppc.xiphis.org:/Network/Servers/anubis.xiphis.org/home/antony/work/...unknown2008-03-071-0/+12
|\ \ \ | |/ / |/| |
| * | Fix for bug #33304: Test 'func_group' hangs on Mac OS X 10.4 PowerPC 64-bitunknown2008-02-151-0/+12
| |/
* | Bug#33851 Passing UNSIGNED param to EXECUTE returns ERROR 1210unknown2008-02-281-1/+1
|/
* Merge mhansson@bk-internal:/home/bk/mysql-5.0-optunknown2008-01-171-6/+6
|\
| * Bug#33143: Incorrect ORDER BY for ROUND()/TRUNCATE() resultunknown2008-01-141-6/+6
* | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-12-131-0/+8
|\ \
| * \ Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-12-061-0/+2
| |\ \
| | * | Bug#31177: Server variables can't be set to their current valuesunknown2007-12-061-0/+2
| * | | Bug #30355: Incorrect ordering of UDF resultsunknown2007-11-271-0/+6
* | | | Merge adventure.(none):/home/thek/Development/cpp/bug32436/my50-bug32436unknown2007-11-261-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Bug #32436 KILL QUERY completely deadlocks mysqldunknown2007-11-261-2/+1
* | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-11-141-1/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge stella.local:/home2/mydev/mysql-5.0-amainunknown2007-10-311-1/+32
| |\ \ \
| | * \ \ Merge mysql.com:/home/svoj/devel/mysql/BUG31159/mysql-4.1-enginesunknown2007-10-241-1/+32
| | |\ \ \
| | | * | | BUG#31159 - fulltext search on ucs2 column crashes serverunknown2007-10-241-1/+32
| | | * | | sql/item_func.ccunknown2007-06-131-1/+1
* | | | | | Bug#30889: filesort and order by with float/numeric crashes serverunknown2007-10-291-1/+2
|/ / / / /
* | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-10-231-1/+6
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-09-281-1/+5
| |\ \ \
| | * | | Bug #30587: mysql crashes when trying to group by TIME div NUMBERunknown2007-09-281-1/+5
| | | |/ | | |/|
| * | | Bug#27216: functions with parameters of different date types may return wrongunknown2007-09-221-0/+1
| |/ /
* | | Bug #29804 UDF parameters don't contain correct string lengthunknown2007-10-171-1/+2
* | | Fix for BUG#31035: select from function, group by result crasher.unknown2007-10-041-2/+11
|/ /
* | Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.0-rplunknown2007-08-031-1/+1
|\ \
| * \ Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b28875unknown2007-08-031-1/+1
| |\ \
| | * | Bug#28875 Conversion between ASCII and LATIN1 charsets does not functionunknown2007-08-031-1/+1
* | | | Fix for bug #30200: mysqlbinlog.test: connection_id() not restored under ps-p...unknown2007-08-021-0/+1
* | | | Merge ramayana.hindu.god:/home/tsmith/m/bk/50unknown2007-08-011-10/+1
|\ \ \ \
| * | | | Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect unknown2007-08-011-10/+1
| |/ / /
* | | | Fixed bug #29338.unknown2007-07-191-0/+10
|/ / /
* | | Merge gleb.loc:/home/uchum/work/bk/5.0-optunknown2007-06-161-9/+13
|\ \ \
| * | | Fixed bug #28625:unknown2007-06-161-9/+13
* | | | Fixed bug #27932: the function LOCATE returned NULL if anyunknown2007-06-141-1/+0
* | | | Fixed bug #28980: the result of ROUND(<decimal expr>,<int column>) unknown2007-06-131-1/+7
* | | | Bug #28992: trigger fails in pushbuildunknown2007-06-121-13/+28
| |/ / |/| |
* | | user_var.result:unknown2007-06-031-2/+2
* | | item_func.cc:unknown2007-06-031-2/+2
* | | Bug#28494: Grouping by Item_func_set_user_var produces incorrect result.unknown2007-06-021-0/+34
|/ /
* | Bug#28494: Grouping by Item_func_set_user_var produces incorrect result.unknown2007-06-011-2/+4
* | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-05-301-0/+2
|\ \
| * | Bug #28250: Run-Time Check Failure #3 - The variable 'value' is unknown2007-05-231-0/+2
* | | Bug #28605: SHOW CREATE VIEW with views using stored_procedures no unknown2007-05-291-2/+3
* | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-05-281-0/+2
|\ \ \
| * \ \ Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-05-231-0/+2
| |\ \ \