summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup during reviewsunknown2005-03-161-21/+17
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-131-0/+18
|\
| * WL#926 "SUM(DISTINCT) and AVG(DISTINCT)": improvement of SUM(DISTINCT) andunknown2005-03-131-0/+18
* | a fix (bug #9029 Traditional: Wrong SQLSTATE returned for string truncation).unknown2005-03-101-4/+16
|/
* Fix for bug #8935 CAST(time AS DECIMAL) crashesunknown2005-03-071-1/+0
* Remove compiler warnings and remove not used variablesunknown2005-02-251-11/+8
* Merge with 4.1unknown2005-02-221-0/+11
|\
| * 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
| |/
* | use dbug_print_decimal instead of DBUG_EXECUTEunknown2005-02-201-6/+6
* | Changes and fixes for windows compilationunknown2005-02-181-3/+3
* | After merge fixesunknown2005-02-151-1/+1
* | Merge with 4.1unknown2005-02-151-1/+8
|\ \ | |/
| * Bug#8235 Connection collation change & table create with default result in crashunknown2005-02-121-2/+10
* | Fixed failing test cases 'row.test' when running with --ps-protocolunknown2005-02-151-35/+23
* | Things missing in last changsetunknown2005-02-101-28/+58
* | Precision Math implementationunknown2005-02-091-30/+556
* | Merge changesunknown2005-02-041-0/+35
|\ \ | |/
| * 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 pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-01-241-0/+109
|\ \
| * | -Added quote_data and needs_quotes (moved from federated handler.unknown2005-01-201-0/+109
* | | ER_WARN_DATA_TRUNCATED replaced with WARN_DATA_TRUNCATED.unknown2005-01-191-28/+26
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-01-191-2/+6
|\ \ \
| * | | A fix (bug #6999: Traditional: Wrong SQLSTATE returned for string truncation).unknown2005-01-191-2/+6
| * | | Merge jwinstead2@wwwtst1.mysql.com:mysql-4.1-7774unknown2005-01-131-3/+10
| |\ \ \ | | |/ / | |/| |
| * | | manual mergeunknown2005-01-131-9/+3
| |\ \ \
* | | | | After merge fixesunknown2005-01-151-2/+4
* | | | | Merge with 4.1unknown2005-01-151-12/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
| |/ /
* | | Changed interface for my_strntod() to make it more general and more portableunknown2005-01-151-10/+19
| |/ |/|
* | If VARCHAR strips only trailing spaces, then produceunknown2005-01-111-3/+17
* | field.h, field.cc:unknown2005-01-111-69/+69
* | Merge mysql.com:/home/jwinstead2/mysql-4.1-cleanunknown2005-01-071-34/+2
|\ \ | |/
| * Correctly truncate integers inserted into field and double columnsunknown2005-01-071-34/+2
* | First stage of table definition cacheunknown2005-01-061-50/+22
* | After merge fixesunknown2004-12-311-3/+4
* | Merge with 4.1unknown2004-12-221-10/+12
|\ \ | |/
| * 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 with global treeunknown2004-12-191-6/+93
* | | Merge with global treeunknown2004-12-181-89/+225
|\ \ \
| * | | Add 0x before pointers (to help with debugging)unknown2004-12-181-89/+225