summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* XID SQL syntaxserg@serg.mylan2005-04-041-2/+2
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-04-011-194/+937
|\
| * postmerge 4.1->5.0 fixesbell@sanja.is.com.ua2005-04-011-248/+391
| * merge 4.1->5.0bell@sanja.is.com.ua2005-03-311-194/+794
| |\
| | * fixed union types merging and table related metadata (BUG#8824)bell@sanja.is.com.ua2005-03-231-190/+805
* | | Enabled more tests of STR_TO_DATE()monty@mysql.com2005-03-301-7/+11
* | | Give warnings if wrong date/time/datetime argument for STR_TO_DATEmonty@mysql.com2005-03-301-1/+3
|/ /
* | mergedserg@serg.mylan2005-03-231-3/+3
|\ \
| * | BUG#9339 - Updating a column does not work if the table has a UTF-8 VARCHAR p...serg@mysql.com2005-03-221-3/+3
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-03-211-3/+4
|\ \ \ | |/ /
| * | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onjimw@mysql.com2005-03-181-3/+4
* | | Field::quote_data():serg@serg.mylan2005-03-171-13/+10
|/ /
* | Cleanup during reviewsmonty@mysql.com2005-03-161-21/+17
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-03-131-0/+18
|\ \
| * | WL#926 "SUM(DISTINCT) and AVG(DISTINCT)": improvement of SUM(DISTINCT) andkonstantin@mysql.com2005-03-131-0/+18
* | | a fix (bug #9029 Traditional: Wrong SQLSTATE returned for string truncation).ramil@mysql.com2005-03-101-4/+16
|/ /
* | Fix for bug #8935 CAST(time AS DECIMAL) crasheshf@deer.(none)2005-03-071-1/+0
* | Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-251-11/+8
* | Merge with 4.1monty@mysql.com2005-02-221-0/+11
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-02-221-4/+10
| |\
| | * Backport my_strntod() from 5.0monty@mysql.com2005-02-221-4/+10
| * | field.cc:bar@mysql.com2005-02-221-1/+11
| |/
* | use dbug_print_decimal instead of DBUG_EXECUTEmonty@mysql.com2005-02-201-6/+6
* | Changes and fixes for windows compilationgeorg@beethoven.site2005-02-181-3/+3
* | After merge fixesmonty@mysql.com2005-02-151-1/+1
* | Merge with 4.1monty@mysql.com2005-02-151-1/+8
|\ \ | |/
| * Bug#8235 Connection collation change & table create with default result in crashbar@mysql.com2005-02-121-2/+10
* | Fixed failing test cases 'row.test' when running with --ps-protocolmonty@mysql.com2005-02-151-35/+23
* | Things missing in last changsetmonty@mysql.com2005-02-101-28/+58
* | Precision Math implementationhf@deer.(none)2005-02-091-30/+556
* | Merge changesjimw@mysql.com2005-02-041-0/+35
|\ \ | |/
| * Merge mysql.com:/home/jimw/my/mysql-4.1-6067jimw@mysql.com2005-02-041-2/+10
| |\
| | * Fix value of YEAR field when set from a non-numeric string. (Bug #6067)jimw@mysql.com2005-02-011-2/+10
| * | A fix: bug#6931: Date Type column problem when using UNION-Tablegluh@gluh.mysql.r18.ru2005-02-041-0/+35
| |/
* | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0patg@patrick-galbraiths-computer.local2005-01-241-0/+109
|\ \
| * | -Added quote_data and needs_quotes (moved from federated handler.patg@pc248.lfp.kcls.org2005-01-201-0/+109
* | | ER_WARN_DATA_TRUNCATED replaced with WARN_DATA_TRUNCATED.ram@gw.mysql.r18.ru2005-01-191-28/+26
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ram@gw.mysql.r18.ru2005-01-191-2/+6
|\ \ \
| * | | A fix (bug #6999: Traditional: Wrong SQLSTATE returned for string truncation).ram@gw.mysql.r18.ru2005-01-191-2/+6
| * | | Merge jwinstead2@wwwtst1.mysql.com:mysql-4.1-7774jimw@mysql.com2005-01-131-3/+10
| |\ \ \ | | |/ / | |/| |
| * | | manual mergekonstantin@mysql.com2005-01-131-9/+3
| |\ \ \
* | | | | After merge fixesmonty@mysql.com2005-01-151-2/+4
* | | | | Merge with 4.1monty@mysql.com2005-01-151-12/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge jwinstead2@wwwtst1.mysql.com:mysql-4.1-7774jimw@mysql.com2005-01-131-3/+10
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Small fix for Field_str::store() to avoid trying to read past beginningjimw@mysql.com2005-01-131-1/+1
| | * | Fix conversion of floating point values to character fields when thejimw@mysql.com2005-01-131-3/+10
| * | | bug#7284: strnxfrm returns different results for equal stringsbar@mysql.com2005-01-131-9/+3
| |/ /
* | | Changed interface for my_strntod() to make it more general and more portablemonty@mysql.com2005-01-151-10/+19
| |/ |/|
* | If VARCHAR strips only trailing spaces, then producebar@mysql.com2005-01-111-3/+17
* | field.h, field.cc:kent@mysql.com2005-01-111-69/+69