summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* post-merge fixunknown2004-11-201-1/+1
* mergedunknown2004-11-201-0/+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
* | | Fixed one warning and two errors reported by VC 6.0.unknown2004-11-181-0/+3
* | | posmerge fixesunknown2004-11-131-3/+0
* | | now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-35/+23
* | | mergeunknown2004-11-121-20/+24
|\ \ \
| * | | post-review fixesunknown2004-11-121-15/+19
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-10-221-33/+33
| |\ \ \
| | * \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-10-201-33/+33
| | |\ \ \
| | | * | | errors without code removedunknown2004-10-201-33/+33
* | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-11-111-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)unknown2004-11-111-2/+2
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | 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
| | |\ \ \ \
| | | * | | | Final solution for bug# 4302 "Ambiguos order by when renamed column isunknown2004-09-301-7/+9
| | * | | | | postreview fixunknown2004-09-261-33/+55
| | * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-09-251-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | A fix and test case for bug#5510 "inserting Null in AutoIncrement primaryunknown2004-09-181-1/+1
| | * | | | | postreview fixes (BUG#5618 & BUG#5590)unknown2004-09-251-23/+12
| | * | | | | fixed error handling if creating derived table failedunknown2004-09-171-0/+1
| | * | | | | Do not try use fields examples is expression and fiend used or SET/ENUM field...unknown2004-09-171-10/+24
| | |/ / / /
| | * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-09-161-6/+4
| | |\ \ \ \
| | | * | | | fixed temporary table processing expresions of subqueries and removed wrong r...unknown2004-09-061-6/+4
| | * | | | | item.cc:unknown2004-09-161-1/+3
| | |/ / / /
* | | | | | Rename: Item::val -> Item::val_real().unknown2004-11-111-14/+13
* | | | | | post-merge fixes for WL#1972unknown2004-11-111-3/+2
|/ / / / /
* | | | | WL#1972 - manual merge with latest bk source treeunknown2004-11-111-130/+347
* | | | | WL#1972 "Evaluate HAVING before SELECT select-list"unknown2004-11-101-21/+65
* | | | | WL#1972 "Evaluate HAVING before SELECT select-list"unknown2004-11-091-298/+306
* | | | | WL#1972 "Evaluate HAVING before SELECT"unknown2004-11-051-209/+259