summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed that this sequence didn't produce an error as it should have:unknown2003-07-291-1/+2
* All functions now use the same function to aggregate comparisonunknown2003-07-181-48/+41
* IN now aggregates all argument types for comparisonunknown2003-07-181-3/+4
* CASE optimizationunknown2003-07-181-28/+30
* Some fixes in CASE.unknown2003-07-181-3/+2
* CASE now aggregates all argument types instead of using the only one argumentunknown2003-07-171-9/+51
* CASE stores first_expr and else_expr in args[] array now.unknown2003-07-171-98/+20
* Item_func_null doesn't have a separate Item for the first argument anymore.unknown2003-07-161-50/+28
* COALESCE now aggregates its argument types in this way:unknown2003-07-141-0/+6
* More code was reusedunknown2003-07-041-34/+7
* Row comparison now does compare field collations, e.g.unknown2003-07-031-30/+19
* There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-8/+3
* 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