summaryrefslogtreecommitdiff
path: root/sql/item_func.h
Commit message (Expand)AuthorAgeFilesLines
* Mergeunknown2003-11-031-2/+2
|\
| * Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-2/+2
* | after review fixunknown2003-11-031-1/+1
* | mergeunknown2003-10-311-1/+12
|\ \
| * | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-1/+4
| * | mergeunknown2003-10-281-0/+8
| |\ \ | | |/ | |/|
| | * fixed printability of Items (all items except subselects)unknown2003-10-121-0/+8
* | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-10-311-1/+2
|\ \ \
| * \ \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-10-311-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | WL #1056: Eliminate NOT operators from where conditionunknown2003-10-311-1/+2
| | |/
* | | Bitmap post-review fixesunknown2003-10-301-2/+2
* | | Merge serg.mylan:/usr/home/serg/Abk/mysql-4.1-bugunknown2003-10-251-34/+11
|\ \ \ | |/ / |/| |
| * | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntaxunknown2003-10-221-18/+3
| * | FULLTEXT: correct charset support (UTF included, UCS2 - not)unknown2003-10-201-19/+11
| |/
* | support 'parallel' updates and rallback of whole statement in case of error i...unknown2003-10-241-0/+9
|/
* Merge with 4.0.16unknown2003-10-071-2/+3
|\
| * Optimized code for setting user variables with := and fixed some bugs in old ...unknown2003-10-031-35/+5
| * turn Item_func_set_user_var unknown2003-10-011-4/+31
| * rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::updateunknown2003-09-301-0/+5
* | merge with 4.1 treeunknown2003-09-111-0/+1
|\ \
| * \ mergeunknown2003-09-031-0/+1
| |\ \
| | * \ merge with 4.0.15unknown2003-08-291-0/+1
| | |\ \ | | | |/
| | | * item_func.h:unknown2003-08-201-0/+1
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-09-091-21/+0
|\ \ \ \ | |/ / /
| * | | mergedunknown2003-09-031-21/+0
| |\ \ \ | | |/ / | |/| |
| | * | fixed a crash on COMPRESS() and other zlib-dependent functions when compiled ...unknown2003-08-211-21/+0
* | | | fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation)unknown2003-09-021-0/+3
|/ / /
* | | mergeunknown2003-08-191-1/+4
|\ \ \
| * \ \ Merge with 4.0.14unknown2003-08-111-1/+4
| |\ \ \ | | |/ / | |/| / | | |/
| | * LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-2/+7
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1unknown2003-07-221-1/+2
|\ \ \
| * \ \ mergeunknown2003-07-221-1/+2
| |\ \ \ | | |/ /
| | * | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-07-181-0/+1
| | |\ \
| | | * | CASE stores first_expr and else_expr in args[] array now.unknown2003-07-171-0/+1
| | * | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-07-151-20/+1
| | |\ \ \ | | | |/ /
| | * | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-07-061-1/+1
| | |\ \ \
| | | * | | renamed enum Item_cast as it's not a 'class Item' childunknown2003-07-061-1/+1
* | | | | | new optimisation for ref_null (SCRUM) (WL#818)unknown2003-07-171-1/+1
|/ / / / /
* | | | | mergeunknown2003-07-161-20/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Item_func_field doesn't have a separate Item to store the first argument.unknown2003-07-151-20/+1
| |/ / /
* | | | mergeunknown2003-07-071-7/+6
|\ \ \ \ | |/ / /
| * | | Better arguments format to allow reuse more codeunknown2003-07-041-2/+2
| * | | New methods unknown2003-07-041-0/+3
| |/ /
| * | FIELD() now takes in account arguments collationsunknown2003-07-031-7/+3
* | | Item tree iteratorunknown2003-07-021-0/+9
* | | after review changes (SCRUM)unknown2003-07-021-7/+0
|/ /
* | LOCATE(), INSTR(), POSITION(), FIND_IN_SET(), SUBSTRING_INDEX()unknown2003-06-251-6/+3
* | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-1/+1
* | Moved spatial functions to the sql/item_geofunc.cc file.unknown2003-05-301-95/+0
* | added compress/uncompress functionunknown2003-04-091-0/+9