summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* mergedunknown2003-07-031-8/+3
|\
| * There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-8/+3
* | Item tree iteratorunknown2003-07-021-0/+17
* | after review changes (SCRUM)unknown2003-07-021-16/+0
* | Mergeunknown2003-06-301-8/+14
|\ \ | |/ |/|
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/work-cond_count-4.1unknown2003-06-261-1/+1
| |\
| * \ mergedunknown2003-06-251-176/+50
| |\ \
| * \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-261-8/+14
| |\ \ \
| | * \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-221-8/+14
| | |\ \ \
| | | * \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-141-8/+14
| | | |\ \ \
| | | | * | | subselect transformation moved in after-fix_field placeunknown2003-05-141-8/+14
* | | | | | | mergedunknown2003-06-291-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | cond_count moved to SELECT_LEX_NODEunknown2003-06-261-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | str0 IN (str1, str2, ...) now works according to collation rulesunknown2003-06-271-24/+23
* | | | | | BETWEEN now works according to collation rulesunknown2003-06-271-9/+29
* | | | | | New messages for 3-adic and N-adic operationsunknown2003-06-261-7/+13
|/ / / / /
* | | | | String comparison functions now use the same DTCollation withunknown2003-06-241-100/+35
* | | | | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-35/+35
* | | | | item_cmpfunc.cc:unknown2003-06-201-0/+7
* | | | | item_cmpfunc.cc:unknown2003-06-201-24/+37
* | | | | Fixes for make_win_src_distributionsunknown2003-06-151-0/+2
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-031-1/+0
|\ \ \ \ \
| * | | | | Windows build fixups with the latest sourceunknown2003-06-031-1/+0
| |/ / / /
* | | | | Moved spatial functions to the sql/item_geofunc.cc file.unknown2003-05-301-82/+0
|/ / / /
* | | | CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-2/+2
* | | | Automatic conversion into supersets (utf8, ucs2) for comparison in some casesunknown2003-05-231-0/+56
* | | | mergeunknown2003-05-221-38/+44
|\ \ \ \ | |/ / / |/| | |
| * | | After merge fixesunknown2003-05-211-32/+41
| |/ /
* | | A separate, better error message when it's impossible to aggregate strings fo...unknown2003-05-201-4/+16
|/ /
* | Removed compiler warningsunknown2003-05-061-2/+2
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-04-231-0/+37
|\
| * fixed bug 185 (constant IN (SELECT field ...) do not return NULL correctly)unknown2003-04-231-0/+37
* | item_cmpfunc.cc:unknown2003-04-221-1/+1
|/
* Fixing crashing bugs as reported in bugs database unknown2003-03-281-1/+2
* item_cmpfunc.cc:unknown2003-03-211-0/+5
* IF() and LEAST() now honors coercibilityunknown2003-03-211-2/+7
* A separate variable national_charset_info unknown2003-03-211-1/+15
* item_cmpfunc.cc:unknown2003-03-201-9/+7
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-201-19/+54
|\
| * Strings comparison is now done according to "Collating sequences used forunknown2003-03-191-3/+35
| * SRID support.unknown2003-03-181-16/+19
| * mysql-test/t/ctype_many.test:unknown2003-03-171-3/+3
* | Merge with 4.0unknown2003-03-161-4/+8
|\ \ | |/ |/|
| * optimizer should check for "field LIKE const" not "field like STRING"unknown2003-03-021-4/+8
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-03-111-3/+2
|\ \
| * | Fix for a bug with ROW(..) <=> ROW(...)unknown2003-03-101-3/+2
* | | fixed cached constsnt determination (bug #142 related)unknown2003-03-111-2/+12
|/ /
* | item_func.cc, item_cmpfunc.cc, unireg.cc, table.cc, sql_base.cc:unknown2003-03-071-5/+5
* | stringcmp() and sortcmp() have been unifiedunknown2003-03-041-30/+42
* | Strings which appear without charset context, unknown2003-03-031-2/+2