summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Old style charset() and set_charset() were removed.unknown2003-08-051-11/+12
* 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
|/
* 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
* 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
|\ \
| * | INSERT ... UPDATE ... VALUES()unknown2003-05-031-2/+55
* | | Removed compiler warningsunknown2003-05-061-1/+1
|/ /
* | merge fixunknown2003-04-261-1/+1
|\ \
| * | Variable names have been renamed:unknown2003-04-231-1/+1
| * | I renamed system variable literal_collation into connection_collationunknown2003-04-221-1/+1
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-171-0/+71
|\ \ \ | |/ /
| * | Fix broken windows distribution workspace file (libmysql.dsp), which is causi...unknown2003-04-161-5/+3
| * | Fix to support update + bianry logs with prepared statements (Dynamic query)unknown2003-04-041-0/+73
* | | Fix for a bug with empty item list in UNION'sunknown2003-04-081-3/+4
|/ /
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-281-1/+10
|\ \
| * \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-241-16/+27
| |\ \
| * \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-201-1/+10
| |\ \ \
| | * \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-191-3/+37
| | |\ \ \
| | * \ \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-171-9/+13
| | |\ \ \ \
| | * \ \ \ \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-171-1/+10
| | |\ \ \ \ \
| | | * | | | | A fix for a bug reported by Per Erik Martin, partaining to unknown2003-03-171-1/+10
* | | | | | | | Merge with 4.0.13unknown2003-03-261-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fixed bug with GROUP BY and aliasunknown2003-03-251-0/+1
* | | | | | | A separate variable national_charset_info unknown2003-03-211-4/+12