summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Fixed CAST( xxx as CHAR)unknown2002-11-251-1/+2
| |/ / /
* | | | Merge....unknown2002-11-241-3/+33
|\ \ \ \ | |/ / /
| * | | fixed cyclic reference bugunknown2002-11-141-0/+21
| * | | USER(), DATABASE() and CHARSET() functions are now UCS2 compatibleunknown2002-11-111-3/+12
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootunknown2002-10-301-2/+2
|\ \ \ \ | |/ / /
| * | | Use item->set_charset() instead of item->str_value.set_charset()unknown2002-10-301-2/+2
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootunknown2002-10-271-3/+11
|\ \ \ \ | |/ / /
| * | | BINARY charset is now used instead of binary_flagunknown2002-10-251-3/+11
* | | | One more commit to do the merge of new 4.1 tree unknown2002-10-061-1/+17
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootunknown2002-10-031-2/+2
|\ \ \ \ | |/ / / |/| | |