summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* USER, DATABASE and VERSION functions returns now IMPLICIT coercibilityunknown2003-05-221-2/+2
* Mergeunknown2003-04-101-0/+23
|\
| * added compress/uncompress functionunknown2003-04-091-0/+23
* | AsWKB() function has been added.unknown2003-04-031-0/+9
* | Fixing crashing bugs as reported in bugs database unknown2003-03-281-1/+2
|/
* All charset related actions have been moved from fix_fields() to fix_length_a...unknown2003-03-211-4/+1
* Getting closer to be more SQL99 in dyadic operationsunknown2003-03-191-1/+5
* SRID support.unknown2003-03-181-1/+15
* SELECT BINARY expr unknown2003-03-041-4/+2
* Strings which appear without charset context, unknown2003-03-031-6/+6
* sql_yacc.yy, item_strfunc.cc:unknown2003-02-271-0/+13
* Move tmp_table_used to THDunknown2003-02-101-1/+1
* After merge fixes & remove compiler warningsunknown2003-02-071-4/+3
* Merge with 4.0.11unknown2003-02-041-1/+5
|\
| * merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-2/+4
| |\
| | * fixed functions to be able work with group function as argumentunknown2003-01-291-1/+4
* | | cyclic reference test removed, becouse testing of Item::fixed field apply mor...unknown2003-01-301-21/+0
* | | Move latin1 into a separarte fileunknown2003-01-291-3/+3
* | | fixed test of cardinalityunknown2003-01-211-6/+6
* | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options.unknown2003-01-181-4/+1
* | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootunknown2003-01-011-0/+1
|\ \ \
| * | | SCRUMunknown2002-12-271-0/+1
* | | | support of subselect without FROM reducing (SCRUM)unknown2002-12-261-8/+23
|/ / /
* | | Merging....unknown2002-11-291-5/+9
|\ \ \
| * \ \ mergingunknown2002-11-271-4/+7
| |\ \ \
| | * | | basic row Items (SCRUM)unknown2002-11-151-4/+7