summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* postreview fix (SCRUM)unknown2002-12-281-29/+1
* support of subselect without FROM reducing (SCRUM)unknown2002-12-261-0/+16
* row IN subselects (SCRUM)unknown2002-12-191-7/+20
* Item_in_optimizer is changed to be used with row IN subselect (SCRUM)unknown2002-12-191-42/+36
* support of simple row subselects (SCRUM)unknown2002-12-191-0/+7
* less use of system_charset_infounknown2002-12-191-2/+2
* postreview fixunknown2002-12-121-4/+1
* postreview fix (SCRUM)unknown2002-12-101-29/+53
* mergingunknown2002-12-101-25/+174
|\
| * fixed typo in cardinality check of row items (SCRUM)unknown2002-12-081-2/+2
| * optimized IN with Rows (SCRUM)unknown2002-12-081-8/+122
| * IN with row item without constant optimisation (SCRUM)unknown2002-12-071-19/+54
* | mergingunknown2002-12-101-1/+61
|\ \ | |/
| * _NEW_ IN/ALL/ANY/SOME behaviour with NULL (SCRUM related)unknown2002-12-061-1/+61
* | merge fixunknown2002-12-061-9/+35
|\ \ | |/ |/|
| * Merge with 4.0.6unknown2002-12-051-9/+35
| |\
| | * mergedunknown2002-12-041-3/+15
| | |\
| | | * Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23unknown2002-12-021-0/+39
| | | |\
| | | | * Fixed bug in MAX() optimization when used with JOIN and ON expressionsunknown2002-12-021-0/+39
| | | * | Fix for sum_func IN (..)unknown2002-12-021-1/+5
| | | * | a fix for a bug with HAVING sum_func IN (...)unknown2002-11-301-0/+8
| | | |/
| | | * Removed wrong bug fix for problem with timestamp and BETWEEN.unknown2002-11-051-1/+0
| | | * - Applied fix made in 4.0 tree to fix a bug when comparing a datetimeunknown2002-10-301-0/+1
| | | * Check if AND/OR expression can be NULLunknown2002-09-031-0/+2
| | * | Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-2/+16
| | * | New multi-table-update codeunknown2002-11-291-4/+4
* | | | changing in Item_row according last review (SCRUM)unknown2002-12-041-41/+39
|/ / /
* | | after review fix(CRUM)unknown2002-11-281-1/+2
* | | Item_func_equal made uniformunknown2002-11-281-53/+48
* | | changed compare engine in basic row items (SCRUM)unknown2002-11-281-50/+61
* | | mergingunknown2002-11-271-47/+96
|\ \ \
| * | | layout fixunknown2002-11-271-2/+2
| * | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-161-47/+96
| |\ \ \
| | * | | basic row Items (SCRUM)unknown2002-11-151-47/+96
* | | | | mergingunknown2002-11-271-18/+112
|\ \ \ \ \
| * \ \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-231-14/+74
| |\ \ \ \ \
| | * \ \ \ \ Merge with 4.0unknown2002-11-211-14/+74
| | |\ \ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | Extended WEEK() to be able to handle ISO weeks.unknown2002-11-121-3/+2
| | | * | | Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-111-14/+30
| | | * | | Fixed bug in MAX() optimization when used with JOIN and ON expressionsunknown2002-11-091-0/+39
| | | * | | BETWEEN fixedunknown2002-11-061-3/+9
| | | * | | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2unknown2002-11-051-1/+0
| | | * | | A fix for bug when comparing a datetime column with timestampunknown2002-10-301-0/+1
| * | | | | prevent using references on sum function (except HAVING clouse of current sel...unknown2002-11-211-0/+2
| |/ / / /
| * | | | wild_case_compate(&String, &String, escape) doesn't exist anymorunknown2002-11-141-4/+4
| | |/ / | |/| |
| * | | fixed cyclic reference bugunknown2002-11-141-0/+32
* | | | ALL/ANY/SOMEunknown2002-11-071-0/+24
|/ / /
* | | BINARY charset is now used instead of binary_flagunknown2002-10-251-18/+24
* | | Merge with 4.0.4unknown2002-10-021-31/+129
|\ \ \ | |/ / |/| |
| * | Merge with 4.0.3unknown2002-08-301-31/+129
| |\ \