summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1 -> 5.0pem@mysql.com2004-05-071-9/+72
|\
| * Portability fixesmonty@mysql.com2004-05-071-0/+23
| * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-05-061-0/+4
| |\
| | * Make Item_param::val_int and Item_param::val_str follow the used convention a...sergefp@mysql.com2004-05-051-0/+4
| * | after merge fixesmonty@mysql.com2004-05-051-1/+1
| * | Merge with 4.0.19monty@mysql.com2004-05-051-0/+3
| |\ \ | | |/ | |/|
| | * Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)monty@mysql.com2004-04-281-0/+12
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-05-051-2/+3
| |\ \
| | * | Fixed crashing bug with alter table when table was in use (Bug #3643)monty@mysql.com2004-05-051-2/+3
| * | | Fix for remaining issues described in Bug #1664 dlenev@brandersnatch.localdomain2004-05-041-1/+33
| |/ /
| * | Fix and testcase for BUG#3367.sergefp@mysql.com2004-04-131-0/+2
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-04-121-3/+1
| |\ \
| | * | Added function commentmonty@mysql.com2004-04-121-3/+1
| * | | field->store resuts passing is fixed for REAL and INT for Item_param (BUG3223)bell@sanja.is.com.ua2004-04-081-2/+2
| |/ /
| * | mergedserg@serg.mylan2004-04-071-1/+1
| |\ \
| | * | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...serg@serg.mylan2004-04-061-1/+1
* | | | Merge 4.1 -> 5.0.pem@mysql.com2004-04-071-48/+197
|\ \ \ \ | |/ / /
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-04-071-1/+0
| |\ \ \ | | |/ /
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-04-051-1/+0
| | |\ \
| | | * | Fixed many compiler warningsmonty@mysql.com2004-04-051-1/+0
| * | | | for Item_param we have to have value set instead of fave item fixed (BUG#3353)bell@sanja.is.com.ua2004-04-031-4/+4
| |/ / /
| * | | removed unused fieldbell@sanja.is.com.ua2004-04-011-2/+7
| * | | Merge of fix for bug #2050 and bug #3307dlenev@brandersnatch.localdomain2004-03-311-3/+23
| |\ \ \ | | |/ / | |/| |
| | * | Fix for Bug #3307 "FLUSH TABLES sometimes breaks prepared statement dlenev@brandersnatch.localdomain2004-03-311-3/+22
| | * | "Fix" for BUG #2050 "10 to 1 performance drop with server 4.1.1".dlenev@brandersnatch.localdomain2004-03-281-1/+2
| * | | false/true -> FALSE/TRUEmonty@mysql.com2004-03-301-1/+1
| * | | Cleanups & safety fixesmonty@mysql.com2004-03-251-2/+12
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-03-231-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix for #3266 (garbled TEXT fields as a result of CREATE TABLE SELECT)hf@deer.(none)2004-03-231-2/+2
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-03-231-3/+2
| |\ \ \ | | |/ /
| | * | aliases should be compared with my_strcasecmp (BUG#3251)bell@sanja.is.com.ua2004-03-221-3/+2
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-03-221-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix for #3188hf@deer.(none)2004-03-181-0/+2
| * | | after review changesbell@sanja.is.com.ua2004-03-201-15/+20
| * | | mergebell@sanja.is.com.ua2004-03-181-17/+93
| |\ \ \ | | |/ / | |/| |
| | * | DBUG_ASSERT(fixed == 1); added to val*bell@sanja.is.com.ua2004-03-181-10/+54
| | * | DBUG_ASSERT(fixed == 0) added to fix_fields()bell@sanja.is.com.ua2004-03-171-9/+41
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-03-161-7/+6
| |\ \ \ | | |/ / | |/| |
| | * | Fix for #233 (the second one)hf@deer.(none)2004-03-161-7/+6
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-03-161-1/+27
| |\ \ \ | | |/ /
| | * | Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed konstantin@mysql.com2004-03-151-1/+27
| * | | mergebell@sanja.is.com.ua2004-03-091-15/+18
| |\ \ \ | | |/ / | |/| |
| | * | revision of fix_fields() calls (BUG2838)bell@sanja.is.com.ua2004-02-181-15/+18
| * | | mergebell@sanja.is.com.ua2004-02-171-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | mergebell@sanja.is.com.ua2004-02-121-0/+2
| | |\ \
| | * \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-02-091-0/+4
| | |\ \ \
| | | * | | fixed subquery with PS (BUG#2462)bell@sanja.is.com.ua2004-02-081-0/+4
| * | | | | Merge with public treemonty@mysql.com2004-02-161-2/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | After merge fixesmonty@mysql.com2004-02-161-2/+3
| | |/ / /
* | | | | Merge mysql.com:/home/pem/work/mysql-4.1pem@mysql.com2004-02-131-0/+2
|\ \ \ \ \ | |/ / / /