summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* mergeunknown2003-08-191-18/+70
|\
| * Merge with 4.0.14unknown2003-08-111-3/+15
| |\
| | * Safety and speedup fixes:unknown2003-07-141-1/+1
| | * Fix for BUG#791:unknown2003-07-111-1/+1
| | * Merge with 3.23 tree to get latest bug fixesunknown2003-07-011-0/+1
| | |\
| | | * fixed bug with type of user variables (bug #551)unknown2003-06-251-0/+1
| | * | LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-3/+11
| | * | fulltext and left join bug fixedunknown2003-06-161-0/+3
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-08-071-10/+11
| |\ \ \
| * | | | Fix that -integer works as in 4.0unknown2003-08-071-15/+55
* | | | | mergeunknown2003-08-111-8/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Old style charset() and set_charset() were removed.unknown2003-08-051-8/+8
* | | | | mergeunknown2003-08-051-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fix:unknown2003-08-051-2/+1
| * | | | fix_fields recoursion didn't stop when some level's fix_length_and_decunknown2003-08-051-0/+2
| |/ / /
* | | | mergeunknown2003-07-221-4/+10
|\ \ \ \ | |/ / /
| * | | bug #715: SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => sy...unknown2003-07-201-1/+2
| * | | CASE stores first_expr and else_expr in args[] array now.unknown2003-07-171-3/+8
* | | | mergeunknown2003-07-161-43/+12
|\ \ \ \ | |/ / /
| * | | Item_func_field doesn't have a separate Item to store the first argument.unknown2003-07-151-43/+12
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-07-131-12/+66
|\ \ \ \ | |/ / /
| * | | Support for variables with componentsunknown2003-07-061-12/+66
* | | | mergeunknown2003-07-071-19/+113
|\ \ \ \ | |/ / /
| * | | More code was reusedunknown2003-07-041-11/+4
| * | | Better arguments format to allow reuse more codeunknown2003-07-041-10/+10
| * | | New methods unknown2003-07-041-0/+55
| * | | FIELD() now takes in account arguments collationsunknown2003-07-031-8/+54
* | | | mergedunknown2003-07-031-1/+12
|\ \ \ \ | |/ / /
| * | | There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-1/+12
* | | | Item tree iteratorunknown2003-07-021-0/+22
* | | | after review changes (SCRUM)unknown2003-07-021-17/+0
|/ / /
* | | New messages for 3-adic and N-adic operationsunknown2003-06-261-1/+1
* | | item_func.cc:unknown2003-06-251-1/+1
* | | LOCATE(), INSTR(), POSITION(), FIND_IN_SET(), SUBSTRING_INDEX()unknown2003-06-251-5/+15
* | | String comparison functions now use the same DTCollation withunknown2003-06-241-3/+2
* | | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-19/+22
* | | Moved spatial functions to the sql/item_geofunc.cc file.unknown2003-05-301-136/+0
* | | mergeunknown2003-05-221-65/+26
|\ \ \
| * | | After merge fixesunknown2003-05-211-5/+7
| * | | Merge with 4.0.13unknown2003-05-191-65/+24
| |\ \ \ | | |/ /
| | * | count_bits() moved to mysys/unknown2003-05-041-43/+2
| | * | A fix for bug #176unknown2003-03-241-17/+20
| | * | Fixed a bug when SELECT @@inexistent_variable caused theunknown2003-03-191-3/+0
* | | | A separate, better error message when it's impossible to aggregate strings fo...unknown2003-05-201-1/+4
|/ / /
* | | small compress/uncompress modification after monty's reviewunknown2003-04-221-1/+2
* | | added compress/uncompress functionunknown2003-04-091-1/+13
* | | IF() and LEAST() now honors coercibilityunknown2003-03-211-3/+8
* | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-211-2/+26
|\ \ \
| * \ \ Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-141-2/+26
| |\ \ \
| | * | | SCRUMunknown2003-03-141-2/+26