summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+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
* ctype_collate.result, ctype_collate.test, union.result, union.test:unknown2005-04-101-1/+10
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-03-311-0/+28
|\
| * BUG#8807 Select crash serverunknown2005-03-301-0/+28
* | postmerge fixesunknown2005-03-301-16/+22
* | fixed union types merging and table related metadata (BUG#8824)unknown2005-03-231-140/+204
|/
* # Bug#8785 Problem with nested concats andunknown2005-03-151-0/+12
* Fix for BUG#7425.unknown2005-03-091-0/+1
* type_blob.result, func_system.result, func_str.result, ctype_collate.result:unknown2005-03-041-8/+2
* Backport my_strntod() from 5.0unknown2005-02-221-4/+7
* Set of fixes requested by Kent in IRC. Tested (except the windows changes sin...unknown2005-02-101-1/+1
* Better bugfix for "HAVING when refering to RAND()" (Bug #8216)unknown2005-02-081-0/+52
* A fix: bug#6931: Date Type column problem when using UNION-Tableunknown2005-02-041-12/+53
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2005-02-011-2/+4
|\
| * fixed way of forward reference detection to support literal constant (BUG#8025)unknown2005-01-241-2/+4
* | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-01-241-18/+6
|\ \ | |/ |/|
| * fixes/cleanups according to Coverity reportunknown2005-01-241-18/+6
* | 1. Item now uses my_charset_bin by default,unknown2005-01-181-1/+1
|/
* * Added comments and one assertunknown2004-12-141-4/+5
* Merge of fix for BUG#6976 continued: pulling in some Item_ref changes from 5.0unknown2004-12-141-7/+20
* Merged (will need a post-merge fix)unknown2004-12-131-3/+2
|\
| * Merging fix for BUG#6976 from 4.0 to 4.1 unknown2004-12-131-2/+2
* | initialize variables (addition for BUG#7079)unknown2004-12-131-2/+2
* | new reference which refer to current value not to result used for resolving...unknown2004-12-111-8/+26
|/
* Manual merge of fix for bug #6266 "Invalid DATETIME value is not handledunknown2004-11-191-0/+26
|\
| * Fix for bug #6266 "Invalid DATETIME value is not handled properly".unknown2004-11-151-0/+26
* | 1. When mixing NULL to a character string,unknown2004-11-101-2/+2
* | A fix and test case for the bug reported by Reggie: if character setunknown2004-11-051-0/+4
|/
* Many files:unknown2004-11-021-0/+41
* A fix according to Monty's request:unknown2004-10-291-1/+3
* Allow to convert to non-Unicode charset when mixing a stringunknown2004-10-291-18/+63
* Followup to fix for bug#6050: fix valgrind warnings.unknown2004-10-221-0/+20
* A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field unknown2004-10-221-9/+30
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-201-9/+5
|\
| * A fix and test case for Bug#6049 "Loss of sign when using prepared unknown2004-10-161-9/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-201-29/+35
|\ \
| * | Review of all code pushed since last reviewunknown2004-10-201-29/+35
| |/
* | Bug #6139 UNION doesn't understand collate in the column of second selectunknown2004-10-181-2/+2
|/
* A small simplification: perform two actions at once, register aunknown2004-10-101-15/+10
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-101-11/+21
|\
| * A fix and test case for Bug#5987 "subselect in bool function unknown2004-10-101-11/+21
* | args_copy and cleunup() removed from Item_sumunknown2004-10-091-0/+8
|/
* Deployment of centralized Item change registry, step 2: Item_ref unknown2004-10-081-15/+2
* A fix for Bug#5748 "Prepared statement with BETWEEN and bigint values unknown2004-10-081-11/+6
* A couple of typos fixed.unknown2004-10-041-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-09-301-7/+9
|\