summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge polly.local:/tmp/maint/bug11655/my41-bug11655unknown2006-10-111-18/+17
|\
| * Fixes a number of problems with time/datetime <-> string conversion functions:unknown2006-10-041-18/+17
* | Merge trift2.:/M41/clone-4.1unknown2006-07-241-23/+23
|\ \
| * | Bug #21135 Crash in test "func_time"unknown2006-07-191-23/+23
| |/
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-07-231-1/+1
|\ \ | |/ |/|
| * Fix for #16327: invalid TIMESTAMP values retrievedunknown2006-05-171-1/+1
* | Fixed bug #14896.unknown2006-06-221-13/+7
* | Fixed bug#16377: result of DATE/TIME functions were compared as strings whichunknown2006-06-131-5/+11
|/
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-03-281-0/+5
|\
| * Bug#15098 CAST(column double TO signed int), wrong resultunknown2005-12-061-0/+5
* | A fix and a test case for Bug#13134 "Length of VARCHAR() utf8 unknown2006-02-211-3/+2
* | Bug#15581: COALESCE function truncates mutli-byte TINYTEXT valuesunknown2005-12-191-3/+3
|/
* Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1unknown2005-10-311-5/+3
|\
| * Additional fix for #12839unknown2005-10-311-2/+1
| * Fix for bug #12839 (Endian support is absurd)unknown2005-09-211-5/+4
* | BUG#14139: When handling "CREATE TABLE(field_X type_spec,...) SELECT smth AS ...unknown2005-10-261-0/+12
|/
* Fixed compiler warningsunknown2005-07-281-1/+1
* A fix and a test case for Bug#9735.unknown2005-07-141-1/+3
* Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-06-281-17/+24
|\
| * func_str.result, func_str.test:unknown2005-06-231-17/+24
* | Cleanup during review of new codeunknown2005-06-211-1/+8
|/
* a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
* Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
* ctype_utf8.result, ctype_utf8.test:unknown2005-06-031-7/+8
* tztime.cc:unknown2005-06-021-0/+2
* Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* Minor clean-ups for the previous commit.unknown2005-04-061-4/+4
* Adding a new parameter for well_formed_length to unknown2005-04-061-7/+8
* fixed union types merging and table related metadata (BUG#8824)unknown2005-03-231-190/+805
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-02-221-4/+10
|\
| * Backport my_strntod() from 5.0unknown2005-02-221-4/+10
* | field.cc:unknown2005-02-221-1/+11
|/
* Bug#8235 Connection collation change & table create with default result in crashunknown2005-02-121-2/+10
* Merge mysql.com:/home/jimw/my/mysql-4.1-6067unknown2005-02-041-2/+10
|\
| * Fix value of YEAR field when set from a non-numeric string. (Bug #6067)unknown2005-02-011-2/+10
* | A fix: bug#6931: Date Type column problem when using UNION-Tableunknown2005-02-041-0/+35
|/
* Merge jwinstead2@wwwtst1.mysql.com:mysql-4.1-7774unknown2005-01-131-3/+10
|\
| * Small fix for Field_str::store() to avoid trying to read past beginningunknown2005-01-131-1/+1
| * Fix conversion of floating point values to character fields when theunknown2005-01-131-3/+10
* | bug#7284: strnxfrm returns different results for equal stringsunknown2005-01-131-9/+3
|/
* Correctly truncate integers inserted into field and double columnsunknown2005-01-071-34/+2
* mergeunknown2004-12-071-1/+1
|\
| * Fix for bug #6077: Problem with make test from 4.1.7 and bkunknown2004-11-101-1/+1
* | UCS2 support in ENUM and SET, which also fixes:unknown2004-12-061-9/+10
* | Fixed thar proper charset was not set in Field_set::val_str()unknown2004-12-061-0/+1
* | merge (new code fixed the ALTER TABLE problem)unknown2004-12-021-23/+0
* | merged on pullunknown2004-12-021-18/+42
|\ \
| * | Cleanups during review stageunknown2004-12-021-18/+42
* | | Portability fix. Why not to use UINT_MAX32 here?unknown2004-11-301-2/+2
|/ /
* | Manual merge of fix for bug #6266 "Invalid DATETIME value is not handledunknown2004-11-191-0/+4
|\ \