summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/jimw/my/mysql-4.1-11402jimw@mysql.com2005-08-011-3/+0
|\
| * Fix multiplication of abs() by a negative value. (Bug #11402)jimw@mysql.com2005-06-221-3/+0
* | Merge mysql.com:/home/jimw/my/mysql-4.1-10724jimw@mysql.com2005-08-011-20/+2
|\ \
| * | Don't force column header to @@session.var_name if @@local.var_namejimw@mysql.com2005-07-251-20/+2
* | | func_gconcat.result, func_gconcat.test:bar@mysql.com2005-07-261-162/+0
|/ /
* | Simple fixes during review of new codemonty@mishka.local2005-07-191-2/+3
* | A fix and a test case for Bug#9359 "Prepared statements take snapshotkonstantin@mysql.com2005-07-161-30/+38
* | Merge mysql.com:/home/psergey/mysql-4.1-build-treesergefp@mysql.com2005-07-141-0/+3
|\ \
| * | Fix for BUG#11869: In Item_func_match::fix_index() handle the case when there...sergefp@mysql.com2005-07-141-0/+3
| |/
* | A fix and a test case for Bug#9379 (collation of a parameter marker is konstantin@mysql.com2005-07-131-1/+14
|/
* a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-1/+2
* Move USE_PRAGMA_IMPLEMENTATION to proper placemonty@mysql.com2005-06-031-9/+7
* item_func.cc:bar@mysql.com2005-06-021-1/+1
* Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-06-021-0/+2
|\
| * tztime.cc:kent@mysql.com2005-06-021-0/+2
* | Fix handling of NULL fields in FIELD(). (Bug #10944)jimw@mysql.com2005-06-011-4/+8
|/
* Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
* After merge fixesmonty@mysql.com2005-05-141-1/+1
* Merge with 4.0monty@mysql.com2005-05-141-0/+5
|\
| * BUG#7709 fix - Boolean fulltext query against unsupported engines does notsvoj@mysql.com2005-05-071-0/+5
| * Fix for bug #4340: find_in_set is case insensitive even on binary operators(2...gluh@gluh.mysql.r18.ru2004-08-241-5/+19
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2005-05-091-0/+15
|\ \
| * | Fix for Bug #9913 "udf_deinit is not called after execution of PS"dlenev@brandersnatch.localdomain2005-04-301-0/+15
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2005-05-031-4/+5
|\ \ \
| * | | A fix and test case for Bug#9096 "select doesn't return all matched konstantin@mysql.com2005-05-031-4/+5
| |/ /
* | | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign...monty@mysql.com2005-04-291-0/+73
|/ /
* | A fix (bug #9837: round(1, 6) delivers wrong value in create table context).ramil@mysql.com2005-04-191-0/+2
* | Bug#9425 A user variable doesn't always have implicit coercibilitybar@mysql.com2005-03-281-3/+6
* | Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY()bar@mysql.com2005-03-161-5/+0
* | type_blob.result, func_system.result, func_str.result, ctype_collate.result:bar@mysql.com2005-03-041-2/+0
* | A user variable are now always have IMPLICIT coercibility,bar@mysql.com2005-02-221-5/+5
* | Better bugfix for "HAVING when refering to RAND()" (Bug #8216)monty@mysql.com2005-02-081-17/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-02-071-2/+6
|\ \
| * | Fixed bug in HAVING when refering to RAND() through aliasmonty@mysql.com2005-02-071-2/+6
* | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2005-02-041-5/+3
|\ \ \
| * | | indexless boolean fulltext search was depending on default_charset_info - Bug...serg@serg.mylan2005-02-041-5/+3
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1acurtis@pcgem.rdg.cyberkinetica.com2005-02-031-6/+2
|\ \ \ | |/ / |/| |
| * | Bug#8057acurtis@pcgem.rdg.cyberkinetica.com2005-02-031-6/+2
* | | fixed column number fetchinmg for subqueries. (BUG#8020)bell@sanja.is.com.ua2005-01-241-2/+16
|/ /
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2004-12-211-0/+16
|\ \
| * | Fix for BUG#6825: When calculating Item_func_neg::max_length, add 1 for '-'.sergefp@mysql.com2004-12-171-0/+16
* | | A fix (bug #7281: RAND(RAND) crashes server).ram@gw.mysql.r18.ru2004-12-201-1/+2
|/ /
* | * Added comments and one assertsergefp@mysql.com2004-12-141-2/+2
* | Merge of fix for BUG#6976 continued: pulling in some Item_ref changes from 5.0sergefp@mysql.com2004-12-141-1/+2
* | Merging fix for BUG#6976 from 4.0 to 4.1 sergefp@mysql.com2004-12-131-1/+1
* | Merge mysql.com:/space/bkroot/mysql-4.1mats@mysql.com2004-12-031-1/+1
|\ \
| * | Bug#6391 (binlog-do-db rules ignored)mats@mysql.com2004-12-031-1/+1
* | | compatibility fixserg@serg.mylan2004-12-021-1/+1
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2004-11-251-8/+11
|\ \ \ | |/ / |/| |
| * | A fix (bug #6441: Aggregate UDF in multi-table query crashes MySQL when retur...ram@gw.mysql.r18.ru2004-11-061-8/+11