summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-1/+8
* after review fixunknown2003-11-031-7/+63
* mergeunknown2003-10-311-5/+13
|\
| * added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-1/+2
| * subqueries made printableunknown2003-10-161-1/+5
| * fixed printability of Items (all items except subselects)unknown2003-10-121-2/+6
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-10-311-2/+21
|\ \
| * \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-10-311-2/+21
| |\ \
| | * | WL #1056: Eliminate NOT operators from where conditionunknown2003-10-311-2/+21
| | |/
* | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-10-311-1/+1
|\ \ \ | |/ /
| * | Mergeunknown2003-10-301-1/+1
| |\ \ | | |/ | |/|
| | * Manual merge after improving concurrency for key cache reassignmentunknown2003-10-011-1/+1
| | |\
| | | * Manual mergeunknown2003-08-261-1/+1
| | | |\
| | | | * Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2003-08-021-8/+20
| | | | |\
| | | | * \ Conflict resolutionunknown2003-07-161-27/+8
| | | | |\ \
| | | | * \ \ Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2003-06-301-1/+1
| | | | |\ \ \
| | | | | * | | item_cmpfunc.h, opt_range.cc:unknown2003-06-301-1/+1
* | | | | | | | FULLTEXT: correct charset support (UTF included, UCS2 - not)unknown2003-10-201-1/+0
|/ / / / / / /
* | | | | | | Mergeunknown2003-10-061-5/+32
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation)unknown2003-09-021-5/+28
| * | | | | | Mergeunknown2003-08-271-0/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | fixed bug #910 (right type of ifnull function)unknown2003-08-271-0/+4
| | | |_|_|/ | | |/| | |
* | | | | | mergeunknown2003-08-201-0/+19
|\ \ \ \ \ \ | |/ / / / /
| * | | | | mergeunknown2003-08-191-0/+19
| |\ \ \ \ \
| | * \ \ \ \ Merge with 4.0.14unknown2003-08-111-0/+19
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | make it clear for optimizer that XOR's are not optimizable at the moment (BUG...unknown2003-08-051-2/+8
| | | * | | | LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-5/+13
* | | | | | | independent ALL/ANY subselect on top of WHERE clause (subselect without GROUP...unknown2003-07-241-0/+10
|/ / / / / /
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1unknown2003-07-221-9/+20
|\ \ \ \ \ \
| * \ \ \ \ \ mergeunknown2003-07-221-9/+20
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | 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
| | | |_|_|/ | | |/| | |
* | | | | | new optimisation for ref_null (SCRUM) (WL#818)unknown2003-07-171-0/+1
|/ / / / /
* | | | | mergeunknown2003-07-161-21/+5
|\ \ \ \ \ | |/ / / /
| * | | | Item_func_null doesn't have a separate Item for the first argument anymore.unknown2003-07-161-21/+5
* | | | | mergeunknown2003-07-071-4/+3
|\ \ \ \ \ | |/ / / /
| * | | | Row comparison now does compare field collations, e.g.unknown2003-07-031-4/+3
* | | | | mergedunknown2003-07-031-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-2/+0
| | |/ / | |/| |
* | | | Item tree iteratorunknown2003-07-021-0/+9
* | | | after review changes (SCRUM)unknown2003-07-021-7/+0
* | | | Mergeunknown2003-06-301-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | mergedunknown2003-06-251-88/+5
| |\ \ \
| * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-261-3/+2
| |\ \ \ \
| | * | | | subselect transformation moved in after-fix_field placeunknown2003-05-141-3/+2
* | | | | | 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