summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* bit typeram@gw.mysql.r18.ru2004-12-171-8/+47
* Update results for new varchar handlingmonty@mysql.com2004-12-071-24/+43
* Merge with new VARCHAR codemonty@mysql.com2004-12-061-6/+22
|\
| * Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-9/+31
* | After merge fixesmonty@mysql.com2004-12-061-0/+2
* | portability fix (some printf lack of NULL support in strings)bell@sanja.is.com.ua2004-11-261-1/+2
* | portability fix (some printf lack of NULL support in strings)bell@sanja.is.com.ua2004-11-261-3/+6
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-11-251-17/+25
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-11-241-3/+10
| |\ \
| | * | fixed problem in MacOSbell@sanja.is.com.ua2004-11-241-3/+10
| * | | Fix for bug #5888 "Triggers with nonexistent columns cause packetsdlenev@brandersnatch.localdomain2004-11-241-14/+15
* | | | mergebell@sanja.is.com.ua2004-11-211-4/+26
|\ \ \ \ | |/ / / |/| | |
| * | | post mergebell@sanja.is.com.ua2004-11-211-5/+0
| * | | mergebell@sanja.is.com.ua2004-11-111-4/+31
| |\ \ \
| | * \ \ mergebell@sanja.is.com.ua2004-10-051-4/+30
| | |\ \ \
| | | * | | fixed merged view fields names (BUG#5147)bell@sanja.is.com.ua2004-09-141-4/+30
| * | | | | Portability fix (Problems compiling on MacOSX with gcc)monty@mysql.com2004-11-101-0/+1
| | |_|_|/ | |/| | |
| * | | | merge on pullmonty@mysql.com2004-11-091-19/+118
| |\ \ \ \
| | * \ \ \ Merge with 4.1 to get new thd->mem_root handlingmonty@mysql.com2004-11-081-0/+4
| | |\ \ \ \
| | * | | | | After merge fixesmonty@mysql.com2004-11-081-0/+7
| | * | | | | Merge with 4.1 to get in latest bug fixesmonty@mysql.com2004-11-041-19/+107
| | |\ \ \ \ \
| * | | | | | | postreview fixesbell@sanja.is.com.ua2004-11-081-0/+17
| |/ / / / / /
| * | | | | | Fixes after merge with 4.1monty@mysql.com2004-11-031-4/+22
| * | | | | | merge with 4.1monty@mysql.com2004-10-291-126/+202
| |\ \ \ \ \ \
* | | | | | | | post-merge fixserg@serg.mylan2004-11-201-1/+1
* | | | | | | | mergedserg@serg.mylan2004-11-201-0/+26
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Manual merge of fix for bug #6266 "Invalid DATETIME value is not handleddlenev@mysql.com2004-11-191-0/+26
| |\ \ \ \ \ \ \
| | * | | | | | | Fix for bug #6266 "Invalid DATETIME value is not handled properly".dlenev@brandersnatch.localdomain2004-11-151-0/+26
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Fixed one warning and two errors reported by VC 6.0.timour@mysql.com2004-11-181-0/+3
* | | | | | | | posmerge fixesbell@sanja.is.com.ua2004-11-131-3/+0
* | | | | | | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-35/+23
* | | | | | | | mergebell@sanja.is.com.ua2004-11-121-20/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | post-review fixesbell@sanja.is.com.ua2004-11-121-15/+19
| * | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-221-33/+33
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-201-33/+33
| | |\ \ \ \ \ \ \
| | | * | | | | | | errors without code removedbell@sanja.is.com.ua2004-10-201-33/+33
| | | | |_|_|_|/ / | | | |/| | | | |
* | | | | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@avenger.(none)2004-11-111-2/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)brian@avenger.(none)2004-11-111-2/+2
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | 1. When mixing NULL to a character string,bar@mysql.com2004-11-101-2/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | A fix and test case for the bug reported by Reggie: if character setkonstantin@mysql.com2004-11-051-0/+4
| | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Many files:bar@mysql.com2004-11-021-0/+41
| | * | | | | | A fix according to Monty's request:bar@mysql.com2004-10-291-1/+3
| | * | | | | | Allow to convert to non-Unicode charset when mixing a stringbar@mysql.com2004-10-291-18/+63
| | | |_|_|/ / | | |/| | | |
| | * | | | | Followup to fix for bug#6050: fix valgrind warnings.konstantin@mysql.com2004-10-221-0/+20
| | * | | | | A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field konstantin@mysql.com2004-10-221-9/+30
| | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-10-201-9/+5
| | |\ \ \ \ \
| | | * | | | | A fix and test case for Bug#6049 "Loss of sign when using prepared konstantin@mysql.com2004-10-161-9/+5
| | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-10-201-29/+35
| | |\ \ \ \ \ \
| | | * | | | | | Review of all code pushed since last reviewmonty@mishka.local2004-10-201-29/+35
| | | |/ / / / /
| | * | | | | | Bug #6139 UNION doesn't understand collate in the column of second selectbar@mysql.com2004-10-181-2/+2
| | |/ / / / /