summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-08-311-3/+3
|\
| * Fix crash in DES_DECRYPT(NULL). (Bug #12757)unknown2005-08-251-3/+3
* | Undo the test cset that shouldn't have been pushed (ChangeSet@1.1988, 2005-08...unknown2005-08-181-3/+0
* | Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-161-0/+3
|\ \
| * \ Merge mysql.com:/home/alexi/mysql-4.1-bug1unknown2005-07-261-0/+3
| |\ \
| | * \ Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-261-0/+3
| | |\ \
| | | * | BUG# <no-such-number> : some fixunknown2005-07-261-1/+3
* | | | | item_strfunc.cc:unknown2005-08-121-1/+1
* | | | | Merge mysql.com:/usr/home/bar/mysql-4.1.b12351unknown2005-08-121-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
| | | |/ / | | |/| |
* | | | | Merge xiphis.org:/usr/home/antony/work2/mysql-4.1unknown2005-08-111-2/+14
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | 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
| | |/ / | |/| |
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-07-221-2/+0
|\ \ \ \ | |/ / /
| * | | Fix calculation for length of LPAD() and RPAD() reported tounknown2005-07-221-2/+0
| | |/ | |/|
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-07-191-51/+55
|\ \ \ | |/ /
| * | Simple fixes during review of new codeunknown2005-07-191-51/+55
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-181-1/+1
|\ \ \
| * | | Cleanups during reviewunknown2005-07-181-1/+1
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-07-161-7/+21
|\ \ \ \
| * | | | stop evaluation constant functions in WHERE (BUG#4663)unknown2005-07-161-7/+21
* | | | | Post-merge fixunknown2005-07-131-2/+3
* | | | | Merge mysql.com:/home/gluh/MySQL/Merge/4.1unknown2005-07-131-2/+14
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bug #9854 hex() and out of range handlingunknown2005-07-131-2/+14
* | | | | Merge mysql.com:/home/bkroot/mysql-4.1unknown2005-07-131-0/+11
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-07-071-1/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge jwinstead@production.mysql.com:my/mysql-5.0-11045unknown2005-07-061-1/+0
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Clean up warnings and build problems on Windows. (Bug #11045)unknown2005-06-181-1/+0
* | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2005-07-061-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | fixed substring() length calculation in case of constant negative argument (B...unknown2005-06-281-1/+2
| | |/ / / | |/| | |
* | | | | Merge with 4.1unknown2005-07-031-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Portability fixesunknown2005-06-271-3/+3
* | | | | Name resolution context added (BUG#6443)unknown2005-07-011-1/+1
* | | | | Merged from mysql-4.1 to mysql-5.0unknown2005-06-221-3/+22
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | BUG#10589: des_encrypt functionality always return NULLunknown2005-06-171-3/+22
* | | | fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BU...unknown2005-06-171-1/+1
| |/ / |/| |
* | | Fix for bug #8429 (FORMAT returns incorrect result)unknown2005-06-081-13/+27
* | | Merge with 4.1unknown2005-06-071-2/+0
|\ \ \ | |/ /
| * | a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
| * | Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
* | | Bug#8610: The ucs2_turkish_ci collation fails with upper('i')unknown2005-06-061-17/+18
* | | Mergeunknown2005-06-021-0/+2
|\ \ \ | |/ /
| * | tztime.cc:unknown2005-06-021-0/+2
* | | Merge from 4.1unknown2005-05-261-1/+1
|\ \ \ | |/ /
| * | Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* | | hf's fix for bug #9060 (FORMAT returns incorrect result)unknown2005-05-201-0/+1