summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-1/+1
* | New messages for 3-adic and N-adic operationsunknown2003-06-261-11/+21
* | LOCATE(), INSTR(), POSITION(), FIND_IN_SET(), SUBSTRING_INDEX()unknown2003-06-251-0/+11
* | String comparison functions now use the same DTCollation withunknown2003-06-241-29/+21
* | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-75/+53
* | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1unknown2003-06-191-1/+1
|\ \
| * | - revert wrong include of zlib.h as zlib is not part of the source unknown2003-06-191-1/+1
* | | LPAD, RPAD, MAKE_SET and EXPORT_SET now works correctly with collationsunknown2003-06-191-1/+46
|/ /
* | These functions now return a result of proper collation:unknown2003-06-191-0/+15
* | Function INSERT() now works according to coercibility rulesunknown2003-06-101-0/+8
* | Some more functions work according to coercibility now:unknown2003-06-101-1/+4
* | Merge with 4.0.13unknown2003-06-051-4/+4
|\ \ | |/
| * Fixed a bug in concat_ws(), which did not add concat separatorunknown2003-06-051-4/+4
* | LTRIM, RTRIM and TRIM now honors coercibilityunknown2003-06-031-3/+26
* | MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ...unknown2003-06-031-2/+2
* | Moved spatial functions to the sql/item_geofunc.cc file.unknown2003-05-301-422/+0
* | CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-3/+3
* | CREATE TABLE t1 SELECT left(_latin2'a',1) didn't work, the charset got lostunknown2003-05-231-1/+3
* | Automatic conversion into supersets (utf8, ucs2) for comparison in some casesunknown2003-05-231-3/+5
* | mergeunknown2003-05-221-12/+11
|\ \
| * | After merge fixesunknown2003-05-211-1/+1
| * | Merge with 4.0.13unknown2003-05-191-11/+10
| |\ \ | | |/
| | * 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
| | |/
* | | A separate, better error message when it's impossible to aggregate strings fo...unknown2003-05-201-3/+12
|/ /
* | Proper replication of CONNECTION_ID() and 4.1 PASSWORD() (bugs 177 and 344),unknown2003-05-131-0/+12
* | Mergeunknown2003-05-021-3/+4
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-231-2/+4
| |\ \