summaryrefslogtreecommitdiff
path: root/sql/item_func.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug#13575: SP funcs in select with distinct/group and order by canevgen@moonbone.local2006-03-101-1/+13
* Merge april.(none):/home/svoj/devel/mysql/merge/mysql-4.1svoj@april.(none)2006-02-071-3/+1
|\
| * Merge april.(none):/home/svoj/devel/mysql/BUG16893/mysql-4.1svoj@april.(none)2006-02-071-3/+0
| |\
| | * BUG#16893: Crash in test 'fulltext_order_by'svoj@april.(none)2006-02-031-3/+0
| * | BUG#14496: Crash or strange results with prepared statement,svoj@april.(none)2006-02-011-1/+1
| |/
* | Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-2/+2
* | Addition to fix for bug #12956: cast make differ rounding.ramil@mysql.com2005-11-301-2/+2
* | Merge mysql.com:/home/mysql_src/mysql-4.1-gcaguilhem@mysql.com2005-11-101-2/+2
|\ \ | |/
| * Declaring some class members public for BUG#12377:guilhem@mysql.com2005-11-101-2/+2
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-3/+0
|\ \
| * | Fixed problems found by valgrindmonty@mysql.com2005-09-221-3/+0
* | | postmerge fixesbell@sanja.is.com.ua2005-09-211-1/+2
* | | Fix bug #12812 create view calling a function works without execute right on ...evgen@moonbone.local2005-09-201-1/+5
|/ /
* | func_str.result, null.result:igor@rurik.mysql.com2005-08-261-1/+0
* | Fix cases where SLEEP() calls would get optimized away or cached. (Bug #12689)jimw@mysql.com2005-08-191-0/+6
* | Add SLEEP(seconds) function, which always returns 0 after the givenjimw@mysql.com2005-08-111-0/+11
* | Remove Item_func::NOTLIKE_FUNC and all [dead] code that uses itsergefp@mysql.com2005-07-291-1/+1
* | Merge mysql.com:/usr/home/bar/mysql-4.1.b10201bar@mysql.com2005-07-261-3/+13
|\ \ | |/
| * func_gconcat.result, func_gconcat.test:bar@mysql.com2005-07-261-3/+13
* | After-merge fixes (4.1 -> 5.0).konstantin@mysql.com2005-07-161-2/+4
* | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2005-07-161-0/+23
|\ \ | |/
| * A fix and a test case for Bug#9359 "Prepared statements take snapshotkonstantin@mysql.com2005-07-161-0/+23
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1msvensson@neptunus.(none)2005-05-091-1/+1
| |\
* | | Fix for bug #11708 (real function returns wrongly rounded decimal)hf@deer.(none)2005-07-071-0/+1
* | | Name resolution context added (BUG#6443)bell@sanja.is.com.ua2005-07-011-28/+48
* | | fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BU...bell@sanja.is.com.ua2005-06-171-13/+26
* | | Post review and additional fix for BUG#10968: Stored procedures: crash if lon...pem@mysql.comhem.se2005-06-101-8/+2
* | | item_func.h:igor@igor-inspiron.creware.com2005-06-021-3/+3
* | | item_func.h:igor@igor-inspiron.creware.com2005-06-021-0/+6
* | | Manual merge of fix for bug #9913 into 5.0 tree.dlenev@mysql.com2005-05-091-0/+1
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2005-05-091-0/+1
| |\ \
| | * | Fix for Bug #9913 "udf_deinit is not called after execution of PS"dlenev@brandersnatch.localdomain2005-04-301-0/+1
* | | | Merge neptunus.(none):/home/msvensson/mysql/bug10241msvensson@neptunus.(none)2005-05-091-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | BUG#10241 cygwin port: invalid pragma interface directivesmsvensson@neptunus.(none)2005-05-041-1/+1
| |/ /
* | | A lot of fixes to Precision mathholyfoot@hf-ibm.(none)2005-05-051-2/+6
* | | Merge with 4.1monty@mysql.com2005-04-301-6/+3
|\ \ \ | |/ /
| * | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign...monty@mysql.com2005-04-291-6/+3
| |/
| * Mergebell@sanja.is.com.ua2005-03-301-1/+2
| |\
| | * fixed union types merging and table related metadata (BUG#8824)bell@sanja.is.com.ua2005-03-231-1/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-04-301-0/+1
|\ \ \
| * | | Setting a variable to CAST(NULL as X) set the result type of the variable to ...monty@mysql.com2005-04-301-0/+1
* | | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-04-271-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed memory leak in Item_func_sp::cleanup().pem@mysql.comhem.se2005-04-261-0/+2
* | | | fix for compile error (Windows)georg@lmy002.wdf.sap.corp2005-04-271-1/+1
|/ / /
* | | Bug#9775 - Stored procedures: crash if create function that returns enum or setacurtis@xiphis.org2005-04-201-41/+17
* | | Bug#7648 - Stored procedure crash when invoking a function that returns a bitacurtis@xiphis.org2005-04-191-1/+11
* | | Mergebar@eagle.intranet.mysql.r18.ru2005-03-251-1/+2
|\ \ \ | |/ /
| * | Fixed that LEFT OUTER JOIN was replaced with a regulat joinbar@mysql.com2005-03-241-1/+2
| |/
| * Backport my_strntod() from 5.0monty@mysql.com2005-02-221-2/+5
* | WL#874 "Extended LOAD DATA". dlenev@brandersnatch.localdomain2005-03-161-0/+29