summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#10418: LOAD_FILE does not behave like in manual if file does not existunknown2006-05-081-1/+1
* Fix for bug #18643: crazy UNCOMPRESS().unknown2006-04-131-0/+1
* A fix for Bug#13944 "libmysqlclient exporting sha1_result function":unknown2006-01-111-3/+5
* Bug#10446 Illegal mix of collations:unknown2005-11-211-0/+2
* Handle errors returned by system crypt() in ENCRYPT(). (Bug #13619)unknown2005-10-061-1/+7
* Fix crash in DES_DECRYPT(NULL). (Bug #12757)unknown2005-08-251-3/+3
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-08-121-0/+1
|\
| * func_system.result, func_system.test:unknown2005-08-081-0/+1
* | mergeunknown2005-08-111-1/+1
|\ \
| * | BUG 11104 (same as changeset 1.1891 on the 5.0 tree, but realised this unknown2005-07-311-2/+14
* | | item_strfunc.cc:unknown2005-08-081-2/+14
| |/ |/|
* | Fix calculation for length of LPAD() and RPAD() reported tounknown2005-07-221-2/+0
* | Simple fixes during review of new codeunknown2005-07-191-51/+55
* | Bug #9854 hex() and out of range handlingunknown2005-07-131-2/+14
* | Merge mysql.com:/home/jimw/my/mysql-4.1-11643unknown2005-07-121-0/+11
|\ \
| * | Fix crash caused by calling DES_ENCRYPT() without the --des-key-fileunknown2005-07-071-0/+11
* | | fixed substring() length calculation in case of constant negative argument (B...unknown2005-06-281-1/+2
|/ /
* | Portability fixesunknown2005-06-271-3/+3
* | BUG#10589: des_encrypt functionality always return NULLunknown2005-06-171-3/+22
* | a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
* | Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
* | tztime.cc:unknown2005-06-021-0/+2
* | Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* | SUBSTR with negative argument didn't workunknown2005-05-091-1/+1
* | Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY()unknown2005-03-161-8/+7
* | # Bug#8785 Problem with nested concats andunknown2005-03-151-2/+1
* | Manual mergeunknown2005-03-091-0/+1
|\ \ | |/
| * func_str.result, func_str.test:unknown2005-03-091-0/+1
* | Manual merge, no effect on 4.1.unknown2005-03-081-2/+2
|\ \ | |/
| * Fix for bug#8978 : Crash on 'select format ...'unknown2005-03-071-6/+7
* | type_blob.result, func_system.result, func_str.result, ctype_collate.result:unknown2005-03-041-0/+17
* | Fix for bug#6317: string function CHAR, parameter is NULL, wrong resultunknown2005-02-231-0/+2
* | Backport my_strntod() from 5.0unknown2005-02-221-1/+2
* | A fix. "(int) var" type cast doesn't work correctly for uint32 varunknown2005-02-151-4/+8
* | Better bugfix for "HAVING when refering to RAND()" (Bug #8216)unknown2005-02-081-14/+1
* | Fixed bug in HAVING when refering to RAND() through aliasunknown2005-02-071-2/+5
* | Merge fixes for #8248, #5569.unknown2005-02-021-11/+6
|\ \ | |/
| * Fix QUOTE() to not reuse the input field for output, which resulted inunknown2005-02-011-10/+5
* | func_str.result, func_str.test:unknown2005-02-011-0/+1
* | fixes/cleanups according to Coverity reportunknown2005-01-241-0/+3
* | #7874: CONCAT() gives wrong results mixing latin1 field and utf8 string literalsunknown2005-01-181-1/+2
* | user_var.result, func_str.result, item_strfunc.cc:unknown2005-01-171-0/+1
* | Bug #7730 Server crash using soundex on an utf8 tableunknown2005-01-111-5/+10
* | Fix for BUG#7455.unknown2004-12-281-1/+10
* | 4.0 -> 4.1 mergeunknown2004-12-241-5/+5
|\ \ | |/
| * Fix for a bug #7495unknown2004-12-231-7/+7
| * A fix for the bug #7495unknown2004-12-221-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 sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-101-2/+3
|\ \