summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed:unknown2003-11-041-4/+14
* Removed some warnings reported by valgrindunknown2003-11-041-19/+19
* after review fixunknown2003-11-031-5/+5
* added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-3/+47
* Mergeunknown2003-10-221-0/+8
|\
| * fixed printability of Items (all items except subselects)unknown2003-10-121-0/+8
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-10-151-0/+2
|\ \
| * | Portability fixes for windowsunknown2003-10-151-0/+2
| |/
* | wrong ER_TOO_BIG_FOR_UNCOMPRESS error in UNCOMPRESS() fixed.unknown2003-10-121-2/+3
|/
* Merge with 4.0.16unknown2003-10-071-17/+17
|\
| * Replaced deprecated since OpenSSL 0.9.7 des_ calls and types with unknown2003-09-121-17/+17
* | Mergeunknown2003-09-261-0/+2
|\ \
| * | SCRUM:unknown2003-09-261-0/+2
* | | LPAD() and RPAD() are now multibyte-compatibleunknown2003-09-251-55/+60
* | | mergeunknown2003-09-241-9/+6
|\ \ \
| * | | Remove 'extern' references from .cc filesunknown2003-09-131-9/+6
| |/ /
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-09-221-0/+10
|\ \ \
| * | | Fix for the bug #1333: COMPRESS(NULL) segfaults.unknown2003-09-191-0/+10
| |/ /
* | | SCRUMunknown2003-09-181-20/+20
|/ /
* | Fix for the bug #1209: SELECT DATABASE().unknown2003-09-081-2/+2
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-09-031-73/+27
|\ \
| * \ merge commit, hope that none of bar and dlenev changes wereunknown2003-09-031-73/+27
| |\ \
| | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootunknown2003-08-071-73/+27
| | |\ \
| | | * \ manual mergeunknown2003-07-311-73/+27
| | | |\ \
| | | | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootunknown2003-07-171-73/+27
| | | | |\ \
| | | | | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootunknown2003-07-081-73/+27
| | | | | |\ \
| | | | | | * | Bug fixes for authenticationunknown2003-07-041-0/+16
| | | | | | * | First version of new authentification procedure: now authentification is one-...unknown2003-07-011-74/+12
* | | | | | | | mergedunknown2003-09-031-9/+33
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | use crc32() from bundled zlib if system zlib is unavailableunknown2003-08-211-16/+3
| * | | | | | | fixed a crash on COMPRESS() and other zlib-dependent functions when compiled ...unknown2003-08-211-9/+46
| |/ / / / / /
* | | | | | | Merge with 4.0.14unknown2003-08-111-25/+31
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Portability fixesunknown2003-07-151-0/+4
| * | | | | Remove compiler warningsunknown2003-07-041-1/+1
| * | | | | Fix for #739unknown2003-07-031-1/+1
| * | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-031-1/+1
| |\ \ \ \ \
| | * | | | | Fix for bug #628unknown2003-06-211-1/+1
| * | | | | | Optimized old patchesunknown2003-07-011-12/+5
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-011-7/+10
| |\ \ \ \ \ \
| | * | | | | | LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-7/+10
| | |/ / / / /
| * | | | | | Fix for bug #666 (Nice number, yeah?)unknown2003-06-201-12/+21
| |/ / / / /
* | | | | | Old style charset() and set_charset() were removed.unknown2003-08-051-21/+22
| |/ / / / |/| | | |
* | | | | A new separate error message: Unknown collation 'blablabla'unknown2003-07-291-1/+7
| |/ / / |/| | |
* | | | ELT passes the first argument in args[0] instead of having a separate Item.unknown2003-07-151-36/+8
* | | | Merge venu@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-07-131-1/+0
|\ \ \ \
| * | | | Removed unreferenced local variableunknown2003-07-131-1/+0
| | |/ / | |/| |
* | | | Add the support of 'SUBSTR' function compatible with Oracle and SAPDB (SCRUM ...unknown2003-07-111-1/+2
|/ / /
* | | More code was reusedunknown2003-07-041-1/+2
* | | Better arguments format to allow reuse more codeunknown2003-07-041-6/+6
* | | New methods unknown2003-07-041-57/+18