summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ | | | |/
| | | * Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23unknown2002-12-021-0/+2
| | | |\
| | | | * Fixed bug in MAX() optimization when used with JOIN and ON expressionsunknown2002-12-021-0/+2
| | | * | Fix for sum_func IN (..)unknown2002-12-021-1/+2
| | | * | a fix for a bug with HAVING sum_func IN (...)unknown2002-11-301-0/+2
| | | |/
* | | | changing in Item_row according last review (SCRUM)unknown2002-12-041-2/+61
|/ / /
* | | after review fix(CRUM)unknown2002-11-281-3/+2
* | | Item_func_equal made uniformunknown2002-11-281-4/+4
* | | changed compare engine in basic row items (SCRUM)unknown2002-11-281-59/+4
* | | mergingunknown2002-11-271-19/+85
|\ \ \
| * | | basic row Items (SCRUM)unknown2002-11-151-19/+86
* | | | mergingunknown2002-11-271-6/+25
|\ \ \ \
| * | | | Fixes after merge with 4.0unknown2002-11-211-2/+2
| * | | | Merge with 4.0unknown2002-11-211-6/+15
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Extended WEEK() to be able to handle ISO weeks.unknown2002-11-121-0/+5
| | * | Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-111-3/+6