summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/4.1unknown2006-05-071-0/+10
|\
| * Bug#19136: Crashing log-bin and uninitialized user variables in a derived tableunknown2006-05-051-0/+10
* | Bug#16501: IS_USED_LOCK does not appear to workunknown2006-04-241-0/+2
|/
* Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was unknown2006-04-121-1/+1
* Merge mysql.com:/usr/home/ram/work/mysql-4.0unknown2006-04-111-4/+1
|\
| * Fix for bug #13044: BIT_COUNT with NULL values.unknown2005-11-061-4/+1
* | Merge hf@192.168.21.12:work/mysql-4.1.9855unknown2006-01-211-2/+1
|\ \
| * \ Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-071-1/+1
| |\ \
| | * | fix for BUG#7947 - failure to log DO RELEASE_LOCK() if we disconnect in the m...unknown2005-11-071-1/+1
| * | | Review of new pushed codeunknown2005-11-011-1/+0
| |/ /
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-14009unknown2005-10-271-1/+0
| |\ \
| | * | Some fixes to avoid compiler warnings.unknown2005-10-181-1/+0
| * | | Fix Item_func_abs::fix_length_and_dec() to set maybe_null properly. (Bug #14009)unknown2005-10-171-0/+1
| |/ /
* | | Fix for bug #9855 (Inconsistend column type in create select)unknown2005-10-151-0/+9
|/ /
* | ctype_utf8.result, ctype_utf8.test:unknown2005-10-071-1/+1
* | Bug #6172 RAND(a) should only accept constant values as arguments(2nd version)unknown2005-09-061-0/+5
* | Merge mysql.com:/home/jimw/my/mysql-4.1-11402unknown2005-08-011-3/+0
|\ \
| * | Fix multiplication of abs() by a negative value. (Bug #11402)unknown2005-06-221-3/+0
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-10724unknown2005-08-011-20/+2
|\ \ \
| * | | Don't force column header to @@session.var_name if @@local.var_nameunknown2005-07-251-20/+2
* | | | func_gconcat.result, func_gconcat.test:unknown2005-07-261-162/+0
|/ / /
* | | Simple fixes during review of new codeunknown2005-07-191-2/+3
* | | A fix and a test case for Bug#9359 "Prepared statements take snapshotunknown2005-07-161-30/+38
* | | Merge mysql.com:/home/psergey/mysql-4.1-build-treeunknown2005-07-141-0/+3
|\ \ \
| * | | Fix for BUG#11869: In Item_func_match::fix_index() handle the case when there...unknown2005-07-141-0/+3
| |/ /
* | | A fix and a test case for Bug#9379 (collation of a parameter marker is unknown2005-07-131-1/+14
|/ /
* | a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
* | Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-9/+7
* | item_func.cc:unknown2005-06-021-1/+1
* | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-06-021-0/+2
|\ \
| * | tztime.cc:unknown2005-06-021-0/+2
* | | Fix handling of NULL fields in FIELD(). (Bug #10944)unknown2005-06-011-4/+8
|/ /
* | Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* | 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