summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for #1430unknown2003-10-011-0/+4
* - Polished mysql-copyright a bit and added call to removeunknown2003-09-231-1/+1
* merge with 4.1 treeunknown2003-09-111-0/+1
|\
| * mergeunknown2003-09-031-0/+1
| |\
| | * merge with 4.0.15unknown2003-08-291-0/+1
| | |\
| | | * mergedunknown2003-08-211-0/+1
| | | |\
| | | | * Bug #1064: SHOW CREATE TABLE: avoid allocations for simple tables, old client...unknown2003-08-211-0/+1
* | | | | fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation)unknown2003-09-021-1/+5
|/ / / /
* | | | tmp_table_field() renamed to get_tmp_table_field() to avoid redifinition of t...unknown2003-08-291-3/+3
|/ / /
* | | Mergeunknown2003-08-271-0/+2
|\ \ \
| * \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2003-08-271-0/+2
| |\ \ \
| | * | | fixed bug #910 (right type of ifnull function)unknown2003-08-271-0/+2
* | | | | mergeunknown2003-08-201-0/+2
|\ \ \ \ \
| * | | | | fixed collation of Item_cache family (BUG#951)unknown2003-08-111-0/+2
| |/ / / /
* | | | | 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