summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/jimw/my/mysql-4.1-14216unknown2005-11-291-2/+5
|\
| * Fix bug in handling of decimal fields in UNION statements that couldunknown2005-10-281-2/+5
* | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-291-10/+2
|\ \
| * | Bug#10446 Illegal mix of collations:unknown2005-11-211-10/+2
| |/
* | Fix bug #14482 Wrongly applied optimization in resolve_const_item() causedunknown2005-11-241-3/+12
|/
* Fix bug#13392 Wrong VALUES() behaviour in INSERT SELECT with ON DUPLICATEunknown2005-10-251-0/+7
* compilation failure fixedunknown2005-10-211-1/+1
* Manual mergedunknown2005-10-131-0/+15
|\
| * select.test, sql_select.cc, sql_lex.cc, item.cc:unknown2005-10-131-3/+8
| * Manual merge, fix for bug #7672unknown2005-10-121-0/+10
| |\
| | * Fix bug#7672 Unknown column error in order clauseunknown2005-10-091-0/+11
| | * Fix for BUG#6976:unknown2004-12-111-0/+1
* | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1unknown2005-10-101-2/+22
|\ \ \
| * | | additional fix to the bug #13372 (decimal union)unknown2005-09-271-2/+2
| * | | Fix for bug #13372 (decimal union)unknown2005-09-271-2/+22
| |/ /
* | | Review of new code since last pullunknown2005-10-071-22/+11
* | | Fix bug#13356 resolve_const_item() wasn't able to handle Item_row items.unknown2005-09-281-0/+29
|/ /
* | Bug#12817 SHOW STATUS now blob fieldsunknown2005-09-091-8/+1
* | manual merge of bug fix#12537unknown2005-08-301-2/+4
|\ \
| * | Fix bug #12537 UNION produces longtext instead of varcharunknown2005-08-301-2/+4
* | | ctype_utf8.result, ctype_utf8.test, item.cc:unknown2005-08-291-1/+7
* | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-08-291-0/+20
|\ \ \
| * | | Bug#12371 executing prepared statement fails (illegal mix of collations)unknown2005-08-061-0/+20
* | | | Bug#11338 Fixes from review (identical functionality).unknown2005-08-191-8/+7
| |/ / |/| |
* | | BUG#11338 (logging of prepared statement w/ blob type)unknown2005-08-171-5/+13
* | | item.cc:unknown2005-08-081-4/+6
* | | grant.result, grant.test:unknown2005-08-041-4/+6
|/ /
* | func_gconcat.result, func_gconcat.test:unknown2005-07-261-0/+164
* | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-181-1/+8
|\ \
| * | Bug #7142 Show Fields from fails using Borland's dbExpress interfaceunknown2005-07-121-1/+8
* | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-141-1/+43
|\ \ \
| * | | ctype_utf8.result:unknown2005-07-131-1/+43
| |/ /
* | | A fix and a test case for Bug#9379 (collation of a parameter marker is unknown2005-07-131-0/+3
* | | - a fix for Bug#11458 "Prepared statement with subselects return random unknown2005-07-131-28/+1
* | | Fix for BUG#11821: Make Item_type_holder be able to work with MIN(field), unknown2005-07-121-2/+6
|/ /
* | Better bug fix for:unknown2005-06-271-3/+1
* | Fix bug #9728 decreased functionality in "on duplicate key update"unknown2005-06-221-1/+3
* | a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+1
* | Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
* | tztime.cc:unknown2005-06-021-0/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-261-2/+2
|\ \
| * \ mergeunknown2005-05-261-2/+2
| |\ \
| | * | fixed problem with long string results of expressions in UNIONS (BUG#10025)unknown2005-05-261-2/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
| |/ /
* | | Added a test case for Bug#8009.unknown2005-05-241-0/+1
|/ /
* | relaxed DBUG_ASSERT in Item_int_with_ref::new_item() to "any constant" (BUG#1...unknown2005-05-161-1/+1
* | fix for bug #4082: Integer lengths cause truncation with DISTINCT CONCAT and ...unknown2005-05-061-1/+1
* | A fix and test case for Bug#9777 " Empty set returned by Prepared Statement w...unknown2005-05-051-1/+23
* | A fix and test case for Bug#9096 "select doesn't return all matched unknown2005-05-031-1/+113