summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
Commit message (Expand)AuthorAgeFilesLines
* func_str.test:unknown2005-06-291-0/+1
* Remove testcodeunknown2005-05-101-1/+0
* BUG#10241 cygwin port: invalid pragma interface directivesunknown2005-05-041-1/+2
* Fixed that LEFT OUTER JOIN was replaced with a regulat joinunknown2005-03-241-0/+4
* type_blob.result, func_system.result, func_str.result, ctype_collate.result:unknown2005-03-041-4/+12
* Merge fixes for #8248, #5569.unknown2005-02-021-0/+1
|\
| * Fix QUOTE() to not reuse the input field for output, which resulted inunknown2005-02-011-0/+1
* | * Added comments and one assertunknown2004-12-141-1/+2
* | A fix for a crashing bug #7101, which occures when the unknown2004-12-101-0/+1
* | An extra "separator" class member was removed from Item_func_concat_ws.unknown2004-10-281-19/+1
* | Deployment of centralized Item change registry, step 2: Item_ref unknown2004-10-081-2/+2
* | in 4.1 DATABASE() may be NULLunknown2004-07-161-2/+3
* | DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-0/+1
* | DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-0/+2
* | UNHEX() functionunknown2004-03-041-10/+25
* | fix CHARSET(UUID())unknown2004-02-271-1/+4
* | my_gethwaddr() for linux/freebsdunknown2004-02-271-6/+16
* | Bug 2701: Function CHARSET() inconsistencyunknown2004-02-111-12/+2
* | Problem fix:unknown2004-02-061-1/+2
* | Fix for prepared statementsunknown2003-12-301-2/+0
* | Merge with 4.0.17unknown2003-12-171-2/+2
|\ \ | |/
| * Fix for bug#1944 'Function RPad() sometimes produce unexpected result'unknown2003-12-041-2/+2
* | Mergeunknown2003-11-031-2/+2
|\ \
| * | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-2/+2
* | | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-3/+8
* | | fixed printability of Items (all items except subselects)unknown2003-10-121-2/+7
|/ /
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-09-031-8/+23
|\ \
| * \ merge commit, hope that none of bar and dlenev changes wereunknown2003-09-031-8/+23
| |\ \
| | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootunknown2003-08-071-8/+23
| | |\ \
| | | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootunknown2003-07-171-8/+23
| | | |\ \
| | | | * | Preliminary support for options --secure-auth, unknown2003-07-081-1/+1
| | | | * | Bug fixes for authenticationunknown2003-07-041-1/+2
| | | | * | First version of new authentification procedure: now authentification is one-...unknown2003-07-011-8/+22
* | | | | | mergedunknown2003-09-031-1/+48
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | use crc32() from bundled zlib if system zlib is unavailableunknown2003-08-211-20/+20
| * | | | | fixed a crash on COMPRESS() and other zlib-dependent functions when compiled ...unknown2003-08-211-1/+48
| |/ / / /
* | | | | mergeunknown2003-08-111-14/+12
|\ \ \ \ \ | |/ / / /
| * | | | Old style charset() and set_charset() were removed.unknown2003-08-051-14/+12
| |/ / /
* | | | mergeunknown2003-07-161-17/+1
|\ \ \ \ | |/ / /
| * | | ELT passes the first argument in args[0] instead of having a separate Item.unknown2003-07-151-17/+1
| |/ /
* | | Item tree iteratorunknown2003-07-021-0/+16
* | | after review changes (SCRUM)unknown2003-07-021-15/+0
|/ /
* | LOCATE(), INSTR(), POSITION(), FIND_IN_SET(), SUBSTRING_INDEX()unknown2003-06-251-1/+1
* | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-5/+5
* | These functions now return a result of proper collation:unknown2003-06-191-3/+16
* | LOAD_FILE() is now COERCIBLEunknown2003-06-101-2/+2
* | Some more functions work according to coercibility now:unknown2003-06-101-1/+5
* | LTRIM, RTRIM and TRIM now honors coercibilityunknown2003-06-031-14/+16
* | Moved spatial functions to the sql/item_geofunc.cc file.unknown2003-05-301-239/+0
* | Automatic conversion into supersets (utf8, ucs2) for comparison in some casesunknown2003-05-231-4/+4