summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes after merge with 4.0monty@mysql.com2003-12-191-1/+7
* Merge with 4.0.17monty@mysql.com2003-12-171-10/+11
|\
| * Fix autoincrement for signed columns (Bug #1366)monty@mysql.com2003-12-121-1/+1
| * cleanup: if there is return from if-part, we don't need else statementkonstantin@mysql.com2003-12-101-8/+5
| * Added checking of return value from my_once_alloc() in charsetmonty@mysql.com2003-12-101-0/+4
| * Fix for bug#1944 'Function RPad() sometimes produce unexpected result'gluh@gluh.mysql.r18.ru2003-12-041-2/+2
* | Merge key cache structures to onemonty@mysql.com2003-11-201-4/+1
* | fixed:bell@sanja.is.com.ua2003-11-041-4/+14
* | Removed some warnings reported by valgrindmonty@narttu.mysql.fi2003-11-041-19/+19
* | after review fixbell@sanja.is.com.ua2003-11-031-5/+5
* | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...bell@sanja.is.com.ua2003-10-301-3/+47
* | Mergebell@sanja.is.com.ua2003-10-221-0/+8
|\ \
| * | fixed printability of Items (all items except subselects)bell@laptop.sanja.is.com.ua2003-10-121-0/+8
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2003-10-151-0/+2
|\ \ \
| * | | Portability fixes for windowsmonty@mashka.mysql.fi2003-10-151-0/+2
| |/ /
* | | wrong ER_TOO_BIG_FOR_UNCOMPRESS error in UNCOMPRESS() fixed.serg@serg.mylan2003-10-121-2/+3
|/ /
* | Merge with 4.0.16monty@narttu.mysql.fi2003-10-071-17/+17
|\ \ | |/
| * Replaced deprecated since OpenSSL 0.9.7 des_ calls and types with dlenev@mysql.com2003-09-121-17/+17
* | Mergehf@deer.(none)2003-09-261-0/+2
|\ \
| * | SCRUM:hf@deer.(none)2003-09-261-0/+2
* | | LPAD() and RPAD() are now multibyte-compatiblebar@bar.mysql.r18.ru2003-09-251-55/+60
* | | mergemonty@mishka.mysql.fi2003-09-241-9/+6
|\ \ \
| * | | Remove 'extern' references from .cc filesmonty@mashka.mysql.fi2003-09-131-9/+6
| |/ /
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2003-09-221-0/+10
|\ \ \
| * | | Fix for the bug #1333: COMPRESS(NULL) segfaults.ram@gw.mysql.r18.ru2003-09-191-0/+10
| |/ /
* | | SCRUMhf@deer.(none)2003-09-181-20/+20
|/ /
* | Fix for the bug #1209: SELECT DATABASE().ram@mysql.r18.ru2003-09-081-2/+2
* | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-09-031-73/+27
|\ \
| * \ merge commit, hope that none of bar and dlenev changes werekostja@oak.local2003-09-031-73/+27
| |\ \
| | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootkostja@oak.local2003-08-071-73/+27
| | |\ \
| | | * \ manual mergekostja@oak.local2003-07-311-73/+27
| | | |\ \
| | | | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootkostja@oak.local2003-07-171-73/+27
| | | | |\ \
| | | | | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootkostja@oak.local2003-07-081-73/+27
| | | | | |\ \
| | | | | | * | Bug fixes for authenticationkostja@oak.local2003-07-041-0/+16
| | | | | | * | First version of new authentification procedure: now authentification is one-...kostja@oak.local2003-07-011-74/+12
* | | | | | | | mergedserg@serg.mylan2003-09-031-9/+33
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | use crc32() from bundled zlib if system zlib is unavailableserg@serg.mylan2003-08-211-16/+3
| * | | | | | | fixed a crash on COMPRESS() and other zlib-dependent functions when compiled ...serg@serg.mylan2003-08-211-9/+46
| |/ / / / / /
* | | | | | | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-25/+31
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Portability fixesmonty@narttu.mysql.fi2003-07-151-0/+4
| * | | | | Remove compiler warningsmonty@narttu.mysql.fi2003-07-041-1/+1
| * | | | | Fix for #739hf@deer.(none)2003-07-031-1/+1
| * | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0hf@deer.(none)2003-07-031-1/+1
| |\ \ \ \ \
| | * | | | | Fix for bug #628hf@deer.(none)2003-06-211-1/+1
| * | | | | | Optimized old patchesmonty@mashka.mysql.fi2003-07-011-12/+5
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-07-011-7/+10
| |\ \ \ \ \ \
| | * | | | | | LEFT JOIN optimization: Change LEFT JOIN to normal join if possiblemonty@mashka.mysql.fi2003-06-261-7/+10
| | |/ / / / /
| * | | | | | Fix for bug #666 (Nice number, yeah?)hf@deer.(none)2003-06-201-12/+21
| |/ / / / /
* | | | | | Old style charset() and set_charset() were removed.bar@bar.mysql.r18.ru2003-08-051-21/+22
| |/ / / / |/| | | |
* | | | | A new separate error message: Unknown collation 'blablabla'bar@bar.mysql.r18.ru2003-07-291-1/+7
| |/ / / |/| | |