summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | Removed some not used filesunknown2003-04-221-2/+4
* | | | Fixed bug in Item_func_compress::val_str() on MacOS X (bigendian); the lengthunknown2003-04-301-2/+3
* | | | merge fixunknown2003-04-261-18/+18
|\ \ \ \
| * | | | added '.' to end of compressed stringunknown2003-04-241-1/+10
| |/ / /
| * | | small compress/uncompress modification after monty's reviewunknown2003-04-221-24/+15
| |/ /
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-171-1/+1
|\ \ \ | |/ /
| * | Fix broken windows distribution workspace file (libmysql.dsp), which is causi...unknown2003-04-161-1/+1
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-141-0/+88
|\ \ \ | |/ /
| * | Mergeunknown2003-04-101-0/+88
| |\ \
| | * | added compress/uncompress functionunknown2003-04-091-0/+88
* | | | fix for a :unknown2003-04-091-1/+2
|/ / /
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-041-8/+9
|\ \ \
| * | | Fixed envelope() function.unknown2003-04-041-8/+9
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge with 4.0unknown2003-04-031-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | truncating REPLACE result bug fixunknown2003-03-301-2/+2
* | | | AsWKB() function has been added.unknown2003-04-031-0/+21
|/ / /
* | | Better error messageunknown2003-04-011-9/+3
* | | small addition to fix of truncating in replaceunknown2003-03-281-1/+1
* | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-281-2/+2
|\ \ \
| * | | Fix of the #173 bugunknown2003-03-261-2/+2
| | |/ | |/|
* | | Merge with 4.0.13unknown2003-03-261-4/+10
|\ \ \ | |/ / |/| / | |/
| * Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slaveunknown2003-03-221-1/+3
* | item_strfunc.cc:unknown2003-03-241-6/+11