summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* IN now aggregates all argument types for comparisonunknown2003-07-181-0/+1
* CASE now aggregates all argument types instead of using the only one argumentunknown2003-07-171-1/+2
* CASE stores first_expr and else_expr in args[] array now.unknown2003-07-171-7/+17
* Item_func_null doesn't have a separate Item for the first argument anymore.unknown2003-07-161-21/+5
* Row comparison now does compare field collations, e.g.unknown2003-07-031-4/+3
* There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-2/+0
* str0 IN (str1, str2, ...) now works according to collation rulesunknown2003-06-271-6/+9
* BETWEEN now works according to collation rulesunknown2003-06-271-1/+1
* New messages for 3-adic and N-adic operationsunknown2003-06-261-1/+1
* String comparison functions now use the same DTCollation withunknown2003-06-241-5/+5
* New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-2/+2
* Some more functions work according to coercibility now:unknown2003-06-101-7/+0
* Moved spatial functions to the sql/item_geofunc.cc file.unknown2003-05-301-76/+0
* After merge fixesunknown2003-05-211-1/+2
* fixed bug 185 (constant IN (SELECT field ...) do not return NULL correctly)unknown2003-04-231-2/+19
* Strings comparison is now done according to "Collating sequences used forunknown2003-03-191-0/+2
* sql_acl.cc, item.h:unknown2003-03-071-1/+1
* stringcmp() and sortcmp() have been unifiedunknown2003-03-041-39/+18
* Merge with 4.0.11 tree to get latest bug fixesunknown2003-02-171-8/+9
|\
| * Fixed multi-table-delete for InnoDB tablesunknown2003-02-171-2/+1
| * Merge mashka.mysql.fi:/home/my/mysql-3.23unknown2003-02-171-8/+10
| |\
| | * Fixed problem with ISNULL on fields that could not be nullunknown2003-02-171-8/+10
* | | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-14/+32
* | | After merge fixes & remove compiler warningsunknown2003-02-071-2/+1
* | | Merge with 4.0.11unknown2003-02-041-1/+3
|\ \ \ | |/ /
| * | merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-0/+2
| |\ \ | | |/
| | * fixed functions to be able work with group function as argumentunknown2003-01-291-0/+2
* | | cyclic reference test removed, becouse testing of Item::fixed field apply mor...unknown2003-01-301-9/+0
* | | fixed memory leak in ROW code (SCRUM 577)unknown2003-01-281-0/+1
* | | Mergeunknown2003-01-281-4/+2
|\ \ \
| * | | after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati...unknown2003-01-261-2/+0
| * | | mergingunknown2003-01-251-2/+2
| |\ \ \
| | * | | fixed subselects with temporary tables (SCRUM)unknown2003-01-251-2/+2
* | | | | making the keyword ROW for row items optional unknown2003-01-261-16/+3
|/ / / /
* | | | fixed test of cardinalityunknown2003-01-211-2/+1
* | | | post-post-review fix (SCRUM)unknown2003-01-021-0/+2
* | | | postreviews fix (SCRUM related)unknown2002-12-311-0/+9
* | | | postreview fix (SCRUM)unknown2002-12-281-2/+2
* | | | support of subselect without FROM reducing (SCRUM)unknown2002-12-261-0/+12
* | | | row IN subselects (SCRUM)unknown2002-12-191-4/+5
* | | | Item_in_optimizer is changed to be used with row IN subselect (SCRUM)unknown2002-12-191-12/+7
* | | | postreview fix (SCRUM)unknown2002-12-101-25/+18
* | | | mergingunknown2002-12-101-50/+163
|\ \ \ \
| * | | | optimized IN with Rows (SCRUM)unknown2002-12-081-43/+148
| * | | | IN with row item without constant optimisation (SCRUM)unknown2002-12-071-7/+15
* | | | | mergingunknown2002-12-101-1/+23
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | _NEW_ IN/ALL/ANY/SOME behaviour with NULL (SCRUM related)unknown2002-12-061-1/+23
* | | | merge fixunknown2002-12-061-3/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Merge with 4.0.6unknown2002-12-051-3/+6
| |\ \ \ | | |/ /
| | * | mergedunknown2002-12-041-1/+4
| | |\ \ | | | |/