summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* A fix (bug #3756: ISNULL(QUOTE()) returns 1 for every row after 1st NULL)unknown2004-05-171-0/+1
* bug#3556 - soundexunknown2004-04-281-1/+1
* Mark that strings may change on index only reads (for BDB tables).unknown2004-01-291-7/+4
* some ammendments (comments and code style)unknown2004-01-221-1/+8
* added test for bug #2290 "output truncated with ELT when using DISTINCT"unknown2004-01-211-1/+1
* Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-1/+1
* cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-8/+5
* Added checking of return value from my_once_alloc() in charsetunknown2003-12-101-0/+4
* Fix for bug#1944 'Function RPad() sometimes produce unexpected result'unknown2003-12-041-2/+2
* Replaced deprecated since OpenSSL 0.9.7 des_ calls and types with unknown2003-09-121-17/+17
* 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
|/
* Fixed a bug in concat_ws(), which did not add concat separatorunknown2003-06-051-4/+4
* Safety fix to enable RAID in max binariesunknown2003-05-131-6/+8
* merge fixunknown2003-04-291-5/+2
|\
| * Fix for openssl on Solarisunknown2003-04-281-3/+0
| * Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-2/+2
* | Fix for a NAN problem in FORMAT(...) string function ..unknown2003-04-141-1/+1
|/
* truncating REPLACE result bug fixunknown2003-03-301-2/+2
* Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slaveunknown2003-03-221-1/+3
* merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-0/+39
|\
| * fixed functions to be able work with group function as argumentunknown2003-01-291-0/+39
* | Fix for the QUOTE() function.unknown2003-01-031-1/+1
* | fixed so that --ssl and --skip-ssl works with the MySQL clients.unknown2002-09-171-19/+25
* | Updated VC++ dsp files from windows build machineunknown2002-08-291-1/+1
* | Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-22/+71
* | QUOTE() code cleanupunknown2002-08-101-6/+6
* | added NULLs check to the QUOTE() functionunknown2002-08-091-4/+8
* | QUOTE() func changes according to monty's suggestionsunknown2002-08-091-34/+19
* | new QUOTE() fuction has been addedunknown2002-08-081-0/+53
* | New SET syntax & system variables.unknown2002-07-231-9/+16
* | Minor compilation fixunknown2002-06-221-1/+1
* | Made keyread (key scanning) a key specific attribute.unknown2002-06-191-15/+16
* | Mergeunknown2002-06-141-0/+108
|\ \
| * | This is just code style/minor optimizations cleanup changesetunknown2002-06-141-24/+21
| * | This changeset is mostly new version of previous commit modified according unknown2002-06-111-0/+111
* | | Added the following new privleges:unknown2002-06-121-1/+1
* | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-4/+3
|/ /
* | mergeunknown2002-05-191-1/+1
|\ \ | |/
| * Fix bug in CONCAT_WS()unknown2002-05-171-1/+1
* | Fix for INET_NTOA(N) when N >= 2^32unknown2002-04-061-10/+9
* | Mergeunknown2002-04-021-7/+10
|\ \ | |/
| * Fixed help typos in mysql.ccunknown2002-04-021-7/+10