summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1 into 5.0unknown2003-08-261-0/+54
|\
| * Merge 4.1 into 5.0 (first pass).unknown2003-07-081-0/+53
| |\
| | * Merged 4.1 to 5.0.unknown2003-04-291-0/+53
| | |\
| | | * Merged 4.1 into 5.0.unknown2003-03-271-0/+53
| | | |\
| | | | * Merged 4.1 -> 5.0.unknown2003-03-181-0/+53
| | | | |\
| | | | | * Merging 4.1 into 5.0unknown2003-02-181-0/+53
| | | | | |\
| | | | | | * Mergeunknown2003-01-091-0/+53
| | | | | | |\
| | | | | | | * Added collection of called procedures in a list.unknown2002-12-131-5/+0
| | | | | | | * Moved create/find/drop functions to a separate files (sp.cc,sp.h).unknown2002-12-121-0/+5
| | | | | | | * Simplistic, experimental framework for Stored Procedures (SPs).unknown2002-12-081-0/+53
* | | | | | | | mergeunknown2003-08-191-0/+17
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ mergeunknown2003-08-191-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ 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
* | | | | | | | | | | Code cleanupunknown2003-08-161-27/+0
* | | | | | | | | | | As far as now transformer called after setup_wild() it is impossible to have '*'unknown2003-08-161-26/+10
* | | | | | | | | | | mergeunknown2003-08-121-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Fix: create table t1 (a char(10) character set cp1251) SELECT _koi8r'blabla' ...unknown2003-08-111-2/+2
| |/ / / / / / / / /
* | | | | | | | | | mergeunknown2003-08-111-18/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Old style charset() and set_charset() were removed.unknown2003-08-051-18/+3
* | | | | | | | | | mergeunknown2003-08-051-1/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | count HAVING clause elements with select list elements, because agregate func...unknown2003-07-291-1/+0
* | | | | | | | | | mergeunknown2003-07-221-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | bug #715: SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => sy...unknown2003-07-201-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | mergedunknown2003-07-031-2/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | There is no Item->binary() anymore. It was remain from 4.0.unknown2003-07-021-3/+0
* | | | | | | | | Item tree iteratorunknown2003-07-021-0/+23
* | | | | | | | | after review changes (SCRUM)unknown2003-07-021-7/+1
* | | | | | | | | Item::str_value can't be used for storing valueunknown2003-06-261-1/+1
* | | | | | | | | mergedunknown2003-06-251-30/+86
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | 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
| |/ / / / / / / /
* | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-221-1/+19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-141-1/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | subselect transformation moved in after-fix_field placeunknown2003-05-141-1/+19
* | | | | | | | | | 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