summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Mergeunknown2003-08-271-0/+13
|\
| * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2003-08-271-0/+13
| |\
| | * fixed bug #910 (right type of ifnull function)unknown2003-08-271-0/+13
* | | after merge changingunknown2003-08-201-4/+6
* | | mergeunknown2003-08-191-18/+37
|\ \ \
| * \ \ mergeunknown2003-08-191-1/+1
| |\ \ \ | | |/ /
| * | | Merge with 4.0.14unknown2003-08-111-18/+37
| |\ \ \ | | |_|/ | |/| |
| | * | backport fix for the bug #803: INTERVAL(NULL, ....)unknown2003-07-141-5/+2
| | * | Fix for the bug #803.unknown2003-07-101-10/+12
| | * | bug #504: in "datetime op int" comparison int wasn't converted to datetimeunknown2003-07-021-1/+1
| | * | Added thread variable max_seeks_for_keyunknown2003-06-271-2/+2
| | * | LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-10/+31
| | * | item_cmpfunc.cc:unknown2003-05-281-0/+4
* | | | mergeunknown2003-08-121-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | LIKE didn't work with non-default charsetunknown2003-08-121-1/+1
| |/ /
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1unknown2003-08-111-20/+22
|\ \ \
| * \ \ mergeunknown2003-08-111-20/+22
| |\ \ \ | | |/ /
| | * | Old style charset() and set_charset() were removed.unknown2003-08-051-20/+22
* | | | fixed bug in used_tables() report of left expression of IN subqueryunknown2003-08-071-16/+17
|/ / /
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-07-291-1/+2
|\ \ \ | |/ /
| * | Fixed that this sequence didn't produce an error as it should have:unknown2003-07-291-1/+2
* | | mergeunknown2003-07-221-162/+121
|\ \ \ | |/ /
| * | 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
* | | mergeunknown2003-07-161-50/+34
|\ \ \ | |/ /
| * | 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
* | | mergeunknown2003-07-071-64/+26
|\ \ \ | |/ /
| * | More code was reusedunknown2003-07-041-34/+7
| * | Row comparison now does compare field collations, e.g.unknown2003-07-031-30/+19
* | | mergedunknown2003-07-031-8/+3
|\ \ \ | |/ /
| * | There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-8/+3
* | | Item tree iteratorunknown2003-07-021-0/+17
* | | after review changes (SCRUM)unknown2003-07-021-16/+0
* | | Mergeunknown2003-06-301-8/+14
|\ \ \ | |/ / |/| |
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-cond_count-4.1unknown2003-06-261-1/+1
| |\ \
| * \ \ mergedunknown2003-06-251-176/+50
| |\ \ \
| * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-261-8/+14
| |\ \ \ \
| | * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-221-8/+14
| | |\ \ \ \
| | | * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-141-8/+14
| | | |\ \ \ \
| | | | * | | | subselect transformation moved in after-fix_field placeunknown2003-05-141-8/+14
* | | | | | | | 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
|/ / / / / /