summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Old style charset() and set_charset() were removed.unknown2003-08-051-8/+8
| * | | Fix:unknown2003-08-051-2/+1
| * | | fix_fields recoursion didn't stop when some level's fix_length_and_decunknown2003-08-051-0/+2
* | | | Fix that -integer works as in 4.0unknown2003-08-071-15/+55
|/ / /
* | | 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
* | | Item_func_field doesn't have a separate Item to store the first argument.unknown2003-07-151-43/+12
* | | Support for variables with componentsunknown2003-07-061-12/+66
* | | 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
* | | There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-1/+12
* | | 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
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-201-89/+70
|\ \ \ \ \
| * | | | | Getting closer to be more SQL99 in dyadic operationsunknown2003-03-191-33/+0
| * | | | | SRID support.unknown2003-03-181-53/+67
| * | | | | mysql-test/t/ctype_many.test:unknown2003-03-171-3/+3
* | | | | | Merge with 4.0.12unknown2003-03-191-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedunknown2003-03-181-1/+1
* | | | | | Added support for ULONG division with DIVunknown2003-03-191-1/+4
* | | | | | Merge with 4.0unknown2003-03-161-5/+13
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Fix that round(0.1,1) == round(0.1,1)unknown2003-03-101-5/+13
* | | | | New function my_charset_same()unknown2003-03-161-1/+1
| |/ / / |/| | |