summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* - Polished mysql-copyright a bit and added call to removeunknown2003-09-231-1/+1
* merge with 4.1 treeunknown2003-09-111-10/+14
|\
| * After merge fixes.unknown2003-09-111-1/+1
| * merge with 4.0.15unknown2003-08-291-10/+14
| |\
| | * Fixed unlikely stack bug when having a BIG expression of type 1+1-1+1-1... in...unknown2003-08-271-1/+1
| | * vio ssl structure renames (to get rid of ending _)unknown2003-08-271-0/+3
| | * After merge fixesunknown2003-08-221-7/+10
| | |\
| | | * Fixed some varnings from valgrindunknown2003-08-201-7/+10
| | * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-181-9/+8
| | |\ \ | | | |/
| | * | Fix for a bug #807unknown2003-07-091-0/+1
* | | | fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation)unknown2003-09-021-0/+25
|/ / /
* | | 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
|\ \ \ | |/ / |/| |