summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0.14unknown2003-08-111-0/+17
|\
| * LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-0/+17
| * Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-1/+1
* | Old style charset() and set_charset() were removed.unknown2003-08-051-18/+3
* | count HAVING clause elements with select list elements, because agregate func...unknown2003-07-291-1/+0
* | bug #715: SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => sy...unknown2003-07-201-1/+1
* | There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-3/+0
* | String comparison functions now use the same DTCollation withunknown2003-06-241-6/+6
* | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-29/+80
* | Item character set is stored in Item itself now, not in ITem->str_valueunknown2003-06-241-8/+10
* | merge with public treeunknown2003-06-051-0/+2
|\ \
| * | Added SQLSTATE to client/server protocolunknown2003-06-041-0/+2
* | | Moved spatial functions to the sql/item_geofunc.cc file.unknown2003-05-301-0/+1
|/ /
* | A separate, better error message when it's impossible to aggregate strings fo...unknown2003-05-201-1/+12
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-061-1/+1
|\ \
| * | Varbinary should be string as defaultunknown2003-05-061-1/+1
* | | INSERT ... UPDATE ... VALUES()unknown2003-05-031-5/+24
|/ /
* | fixed bug 185 (constant IN (SELECT field ...) do not return NULL correctly)unknown2003-04-231-0/+1
* | Fix to support update + bianry logs with prepared statements (Dynamic query)unknown2003-04-041-5/+8
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-201-5/+12
|\ \
| * | Getting closer to be more SQL99 in dyadic operationsunknown2003-03-191-2/+9
| * | mysql-test/t/ctype_many.test:unknown2003-03-171-3/+3
* | | Fixes to avoid errors from valgrindunknown2003-03-181-1/+1
* | | Merge with 4.0unknown2003-03-161-4/+7
|\ \ \ | |/ / |/| / | |/
| * mergedunknown2003-03-131-4/+7
| |\
| | * fixed an obscure bug in group by + having + Item_ref::get_dateunknown2003-03-111-4/+7
| * | Integer values between 9223372036854775807 and 9999999999999999999 are nowunknown2003-02-271-0/+5
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-03-101-1/+1
|\ \ \
| * | | fixed crash on non-well-constructed referenceunknown2003-03-101-1/+1
* | | | sql_acl.cc, item.h:unknown2003-03-071-4/+5
|/ / /
* | | Coercibility is now stored in user varsunknown2003-03-031-2/+2
* | | Strings which appear without charset context, unknown2003-03-031-3/+3
* | | Many files:unknown2003-02-281-3/+9
* | | Move tmp_table_used to THDunknown2003-02-101-3/+6
* | | Merge with 4.0.11unknown2003-02-041-1/+18
|\ \ \ | |/ /
| * | Fix for MIN/MAX with empty tablesunknown2003-02-031-0/+1
| * | Fixes for Netwareunknown2003-01-281-0/+16
| * | Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overrunsunknown2002-12-261-2/+0
| * | current_user() to return priv_userunknown2002-12-051-1/+3
* | | after-review changes (577 SCRUM)unknown2003-02-021-1/+1
* | | changes based on partial revie of task 577 (SCRUM)unknown2003-01-301-15/+26
* | | cyclic reference test removed, becouse testing of Item::fixed field apply mor...unknown2003-01-301-6/+0
* | | Mergeunknown2003-01-281-11/+35
|\ \ \
| * \ \ Merge sanja.is.com.ua:/home/bell/mysql/work-leak-4.1unknown2003-01-261-4/+10
| |\ \ \
| | * | | removed switching off static table optimization for subselects (SCRUM , pre-c...unknown2003-01-261-4/+10
| * | | | after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati...unknown2003-01-261-3/+3
| * | | | mergingunknown2003-01-251-4/+22
| |\ \ \ \
| | * | | | fixed subselects with temporary tables (SCRUM)unknown2003-01-251-4/+23
* | | | | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1unknown2003-01-281-1/+6
|\ \ \ \ \ \
| * | | | | | making the keyword ROW for row items optional unknown2003-01-261-1/+1
| |/ / / / /