summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / |/| |
* | | filesort.cc, sql_analyse.cc, item_func.cc, item_strfunc.cc, field.cc:unknown2003-03-131-2/+2
| |/ |/|
* | item_func.cc, item_cmpfunc.cc, unireg.cc, table.cc, sql_base.cc:unknown2003-03-071-1/+1
* | stringcmp() and sortcmp() have been unifiedunknown2003-03-041-11/+14
* | Coercibility is now stored in user varsunknown2003-03-031-6/+11
* | Strings which appear without charset context, unknown2003-03-031-15/+15
* | item_func.cc:unknown2003-02-281-4/+23
* | Many files:unknown2003-02-281-0/+11
* | Merge work:/my/mysql-4.1 into narttu.mysql.fi:/my/mysql-4.1unknown2003-02-271-0/+5
|\ \
| * | Portability fixesunknown2003-02-271-0/+5
* | | item_func.cc:unknown2003-02-261-15/+12
|/ /
* | Bug fix: for SHOW STATUS (when ssl is used)unknown2003-02-171-1/+9
* | Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1unknown2003-02-171-8/+8
|\ \
| * | Changed ROW_RESULT to defaultunknown2003-01-311-8/+8
* | | Fixed problem when connecting to user without a password.unknown2003-02-141-16/+16