summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printedevgen@moonbone.local2007-01-111-0/+13
* Fix for bug #23254: COMPRESS(NULL) makes all futher COMPRESS() calls on same ...ramil/ram@mysql.com/myoffice.izhnet.ru2006-10-131-0/+1
* Fix for bug #20204: "order by" changes the results returnedramil/ram@mysql.com/myoffice.izhnet.ru2006-09-211-1/+2
* Merge siva.hindu.god:/usr/home/tim/m/bk/b21531-41tsmith/tim@siva.hindu.god2006-08-231-2/+2
|\
| * Bug #21531: EXPORT_SET() doesn't accept args with coercible character setstsmith/tim@siva.hindu.god2006-08-231-2/+2
* | Merge siva.hindu.god:/usr/home/tim/m/bk/b20536-41tsmith/tim@siva.hindu.god2006-08-231-4/+10
|\ \ | |/
| * Bug #20536: md5() with GROUP BY and UCS2 return different results on myisam/i...tsmith/tim@siva.hindu.god2006-08-111-4/+10
* | Fixed bug #17526: incorrect print methodigor@olga.mysql.com2006-07-191-0/+17
|/
* Fixed bug #18243.igor@olga.mysql.com2006-07-061-18/+21
* item_strfunc.cc:evgen@moonbone.local2006-06-161-1/+2
* Merge moonbone.local:/work/15351-bug-4.1-mysqlevgen@moonbone.local2006-06-151-1/+4
|\
| * Fixed bug#16716: subselect in concat() may lead to a wrong result.evgen@moonbone.local2006-05-261-1/+4
* | Fixed bug#15351: Wrong collation used for comparison of md5() and sha()evgen@moonbone.local2006-05-281-2/+18
|/
* Bug#10418: LOAD_FILE does not behave like in manual if file does not existtnurnberg@mysql.com2006-05-081-1/+1
* Fix for bug #18643: crazy UNCOMPRESS().ramil@mysql.com2006-04-131-0/+1
* A fix for Bug#13944 "libmysqlclient exporting sha1_result function":konstantin@mysql.com2006-01-111-3/+5
* Bug#10446 Illegal mix of collations:bar@mysql.com2005-11-211-0/+2
* Handle errors returned by system crypt() in ENCRYPT(). (Bug #13619)jimw@mysql.com2005-10-061-1/+7
* Fix crash in DES_DECRYPT(NULL). (Bug #12757)jimw@mysql.com2005-08-251-3/+3
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1bar@mysql.com2005-08-121-0/+1
|\
| * func_system.result, func_system.test:bar@mysql.com2005-08-081-0/+1
* | mergebell@51.0.168.192.in-addr.arpa2005-08-111-1/+1
|\ \
| * | BUG 11104 (same as changeset 1.1891 on the 5.0 tree, but realised this patg@krsna.patg.net2005-07-311-2/+14
* | | item_strfunc.cc:patg@krsna.patg.net2005-08-081-2/+14
| |/ |/|
* | Fix calculation for length of LPAD() and RPAD() reported tojimw@mysql.com2005-07-221-2/+0
* | Simple fixes during review of new codemonty@mishka.local2005-07-191-51/+55
* | Bug #9854 hex() and out of range handlinggluh@eagle.intranet.mysql.r18.ru2005-07-131-2/+14
* | Merge mysql.com:/home/jimw/my/mysql-4.1-11643jimw@mysql.com2005-07-121-0/+11
|\ \
| * | Fix crash caused by calling DES_ENCRYPT() without the --des-key-filejimw@mysql.com2005-07-071-0/+11
* | | fixed substring() length calculation in case of constant negative argument (B...bell@sanja.is.com.ua2005-06-281-1/+2
|/ /
* | Portability fixesmonty@mishka.local2005-06-271-3/+3
* | BUG#10589: des_encrypt functionality always return NULLmsvensson@neptunus.(none)2005-06-171-3/+22
* | 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-4/+1
* | tztime.cc:kent@mysql.com2005-06-021-0/+2
* | Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
* | SUBSTR with negative argument didn't workbar@noter.(none)2005-05-091-1/+1
* | Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY()bar@mysql.com2005-03-161-8/+7
* | # Bug#8785 Problem with nested concats andbar@mysql.com2005-03-151-2/+1
* | Manual mergeigor@rurik.mysql.com2005-03-091-0/+1
|\ \ | |/
| * func_str.result, func_str.test:igor@rurik.mysql.com2005-03-091-0/+1
* | Manual merge, no effect on 4.1.joerg@mysql.com2005-03-081-2/+2
|\ \ | |/
| * Fix for bug#8978 : Crash on 'select format ...'gluh@gluh.mysql.r18.ru2005-03-071-6/+7
* | type_blob.result, func_system.result, func_str.result, ctype_collate.result:bar@mysql.com2005-03-041-0/+17
* | Fix for bug#6317: string function CHAR, parameter is NULL, wrong resultgluh@gluh.mysql.r18.ru2005-02-231-0/+2
* | Backport my_strntod() from 5.0monty@mysql.com2005-02-221-1/+2
* | A fix. "(int) var" type cast doesn't work correctly for uint32 varramil@mysql.com2005-02-151-4/+8
* | Better bugfix for "HAVING when refering to RAND()" (Bug #8216)monty@mysql.com2005-02-081-14/+1
* | Fixed bug in HAVING when refering to RAND() through aliasmonty@mysql.com2005-02-071-2/+5
* | Merge fixes for #8248, #5569.jimw@mysql.com2005-02-021-11/+6
|\ \ | |/