summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesunknown2005-05-141-1/+1
* Merge with 4.0unknown2005-05-141-0/+5
|\
| * BUG#7709 fix - Boolean fulltext query against unsupported engines does notunknown2005-05-071-0/+5
| * Fix for bug #4340: find_in_set is case insensitive even on binary operators(2...unknown2004-08-241-5/+19
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-091-0/+15
|\ \
| * | Fix for Bug #9913 "udf_deinit is not called after execution of PS"unknown2005-04-301-0/+15
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-05-031-4/+5
|\ \ \
| * | | A fix and test case for Bug#9096 "select doesn't return all matched unknown2005-05-031-4/+5
| |/ /
* | | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign...unknown2005-04-291-0/+73
|/ /
* | A fix (bug #9837: round(1, 6) delivers wrong value in create table context).unknown2005-04-191-0/+2
* | Bug#9425 A user variable doesn't always have implicit coercibilityunknown2005-03-281-3/+6
* | Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY()unknown2005-03-161-5/+0
* | type_blob.result, func_system.result, func_str.result, ctype_collate.result:unknown2005-03-041-2/+0
* | A user variable are now always have IMPLICIT coercibility,unknown2005-02-221-5/+5
* | Better bugfix for "HAVING when refering to RAND()" (Bug #8216)unknown2005-02-081-17/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-02-071-2/+6
|\ \
| * | Fixed bug in HAVING when refering to RAND() through aliasunknown2005-02-071-2/+6
* | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-02-041-5/+3
|\ \ \
| * | | indexless boolean fulltext search was depending on default_charset_info - Bug...unknown2005-02-041-5/+3
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-02-031-6/+2
|\ \ \ | |/ / |/| |
| * | Bug#8057unknown2005-02-031-6/+2
* | | fixed column number fetchinmg for subqueries. (BUG#8020)unknown2005-01-241-2/+16
|/ /
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-211-0/+16
|\ \
| * | Fix for BUG#6825: When calculating Item_func_neg::max_length, add 1 for '-'.unknown2004-12-171-0/+16
* | | A fix (bug #7281: RAND(RAND) crashes server).unknown2004-12-201-1/+2
|/ /
* | * Added comments and one assertunknown2004-12-141-2/+2
* | Merge of fix for BUG#6976 continued: pulling in some Item_ref changes from 5.0unknown2004-12-141-1/+2
* | Merging fix for BUG#6976 from 4.0 to 4.1 unknown2004-12-131-1/+1
* | Merge mysql.com:/space/bkroot/mysql-4.1unknown2004-12-031-1/+1
|\ \
| * | Bug#6391 (binlog-do-db rules ignored)unknown2004-12-031-1/+1
* | | compatibility fixunknown2004-12-021-1/+1
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-251-8/+11
|\ \ \ | |/ / |/| |
| * | A fix (bug #6441: Aggregate UDF in multi-table query crashes MySQL when retur...unknown2004-11-061-8/+11
* | | Bug #6658 MAX(column) returns incorrect coercibilityunknown2004-11-191-0/+1
* | | Fix comment.unknown2004-11-161-1/+1
* | | Simpler arena swapping codeunknown2004-11-081-4/+3
* | | As it is wrong and confusing to associate anyunknown2004-11-051-2/+19
|/ /
* | Many files:unknown2004-11-021-12/+93
* | A fix according to Monty's request:unknown2004-10-291-1/+2
* | Allow to convert to non-Unicode charset when mixing a stringunknown2004-10-291-4/+4
* | An extra "separator" class member was removed from Item_func_concat_ws.unknown2004-10-281-2/+2
* | A fix (bug #6138: MOD operator should not round non-integral argument).unknown2004-10-211-8/+5
* | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" unknown2004-10-141-8/+26
* | A small simplification: perform two actions at once, register aunknown2004-10-101-2/+2
* | Deployment of centralized Item change registry, step 2: Item_ref unknown2004-10-081-3/+5
* | After merge fixesunknown2004-10-071-0/+2
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-09-121-2/+3
|\ \
| * | Fix for bug #5513: FIND_IN_SET fails if set ends with a commaunknown2004-09-111-2/+3
* | | BUG#4788 - show create table provides incorrect statement.unknown2004-09-101-0/+12
|/ /
* | Allow IN to convert arguments into Unicode in some cases.unknown2004-09-011-4/+8