summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Strings which appear without charset context, unknown2003-03-031-2/+2
* | Bug fix: for SHOW STATUS (when ssl is used)unknown2003-02-171-0/+1
* | Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1unknown2003-02-171-1/+7
|\ \
| * | Changed ROW_RESULT to defaultunknown2003-01-311-1/+7
* | | Fixed problem when connecting to user without a password.unknown2003-02-141-8/+20
* | | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-22/+24
* | | After merge fixes & remove compiler warningsunknown2003-02-071-22/+13
* | | Merge with 4.0.11unknown2003-02-041-4/+49
|\ \ \ | | |/ | |/|
| * | merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-1/+42
| |\ \