summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Mergeunknown2003-08-271-0/+67
|\
| * fixed bug #910 (right type of ifnull function)unknown2003-08-271-0/+67
* | mergeunknown2003-08-191-1/+1
|\ \
| * | After merge fixes + bugs from last mergeunknown2003-08-191-1/+1
| |/
* | Code cleanupunknown2003-08-161-14/+0
* | As far as now transformer called after setup_wild() it is impossible to have '*'unknown2003-08-161-53/+0
* | after merge fixunknown2003-08-111-1/+1
* | mergeunknown2003-08-111-11/+12
|\ \ | |/
| * Old style charset() and set_charset() were removed.unknown2003-08-051-11/+12
* | mergeunknown2003-08-051-10/+21
|\ \ | |/
| * mergeunknown2003-08-011-4/+7
| |\
| | * prevented finding references in item_list for non-SELECT st_select_lexunknown2003-07-291-4/+7
| * | mergeunknown2003-08-011-5/+8
| |\ \
| | * | count HAVING clause elements with select list elements, because agregate func...unknown2003-07-291-5/+8
| | |/
| * | Merge venu@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-07-301-0/+5
| |\ \
| | * | Fix for timestamp issue (BR #819)unknown2003-07-301-0/+5
| | |/
| * | Derivation attribute was not processed correctlyunknown2003-07-301-1/+1
| |/
* | mergedunknown2003-07-031-1/+7
|\ \ | |/
| * fixed typosunknown2003-07-021-2/+2
| * fixed bug, which lead to crash mysqld by running 'mysql some_db_with_tables'unknown2003-07-021-1/+7
* | (SCRUM)unknown2003-07-031-3/+3
* | Item tree iteratorunknown2003-07-021-0/+9
* | after review changes (SCRUM)unknown2003-07-021-32/+14
* | Mergeunknown2003-06-301-16/+14
|\ \ | |/ |/|
| * Item::str_value can't be used for storing valueunknown2003-06-261-6/+6
| * mergedunknown2003-06-251-35/+82
| |\
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-261-10/+8
| |\ \
| | * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-141-10/+8
| | |\ \
| | | * | subselect transformation moved in after-fix_field placeunknown2003-05-141-10/+8
* | | | | Mergeunknown2003-06-281-27/+51
|\ \ \ \ \
| * | | | | fixed BUG #679unknown2003-06-201-27/+51
* | | | | | mergingunknown2003-06-271-53/+105
|\ \ \ \ \ \
| * | | | | | item.cc:unknown2003-06-271-1/+2
| * | | | | | When unifying arguments for comparion, binary strings won character strings,unknown2003-06-271-12/+11
| | |_|_|_|/ | |/| | | |
| * | | | | String comparison functions now use the same DTCollation withunknown2003-06-241-25/+42
| * | | | | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-13/+11
| * | | | | Item character set is stored in Item itself now, not in ITem->str_valueunknown2003-06-241-1/+3
| |/ / / /
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-06-191-5/+33
| |\ \ \ \
| | * | | | These functions now return a result of proper collation:unknown2003-06-191-1/+1
| | * | | | merge with public treeunknown2003-06-051-3/+31
| | |\ \ \ \
| | | * | | | Added SQLSTATE to client/server protocolunknown2003-06-041-3/+31
| | | |/ / /
| | * | | | MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ...unknown2003-06-031-1/+1
| | |/ / /
| * | | | mergingunknown2003-05-261-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fixed memory overrun (bug 380)unknown2003-05-171-0/+2
| | |/ /
| * | | After merge fixesunknown2003-05-211-23/+20
| * | | Merge with 4.0.13unknown2003-05-191-0/+8
| |\ \ \ | | |/ / | |/| |
| | * | Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-0/+8
* | | | fixed subqueries name resolution with INSERT/REPLACE (found during bug 446 in...unknown2003-05-211-3/+16
|/ / /
* | | Give warning if MySQL doesn't honor given storage engineunknown2003-05-131-3/+2
* | | mergeunknown2003-05-061-2/+55
|\ \ \ | | |/ | |/|