summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Added a missing bit from the original patch for bug #27483 which was lost whe...Alexey Kopytov2008-12-091-1/+1
* Bug#40365 Prepared statements may insert invalid dates.Sergey Glukhov2008-11-271-0/+2
* Bug#38469 invalid memory read and/or crash with utf8 text field, stored proce...Kristofer Pettersson2008-09-201-1/+11
* Partial rollback of fix for bug #30059: End-space truncation is inconsistentunknown2008-05-061-6/+12
* Fix mismerge.unknown2008-04-101-1/+1
* Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776unknown2008-04-091-7/+17
|\
| * Follow-up to B-g#15776, test failures on 64-bit linux.unknown2008-04-091-7/+17
* | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug15776/my50-bug15776unknown2008-04-021-2/+14
|\ \ | |/
| * Bug#15776: 32-bit signed int used for length of blobunknown2007-08-311-2/+14
* | Fixed bug#15409: Columns with 64-element SET may not be updated with integers.unknown2008-02-081-3/+3
* | Fixed bug#30059.unknown2008-02-071-43/+31
* | Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-12-201-0/+7
|\ \
| * | Bug#31990: MINUTE() and SECOND() return bogus results when used on a DATEunknown2007-12-111-0/+7
* | | Merge mhansson@bk-internal:/home/bk/mysql-5.0-optunknown2007-12-191-1/+2
|\ \ \
| * | | Bug#32848: Data type conversion bug in union subselects in MySQL 5.0.38unknown2007-12-111-1/+2
* | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-12-131-0/+3
|\ \ \ \
| * | | | BUG#32198: Comparison of DATE with DATETIME still not using indexes correctlyunknown2007-12-131-0/+3
| | |/ / | |/| |
* | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-041-37/+34
|\ \ \ \ | |/ / /
| * | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-10-231-4/+21
| |\ \ \
| | * | | Bug #31221: Optimizer incorrectly identifies impossible WHERE clauseunknown2007-10-181-4/+21
| | |/ /
| * | | Bug #30825: Problems when putting a non-spatial index on a GIS columnunknown2007-10-101-30/+0
| |/ /
| * | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-09-281-3/+13
| |\ \
| | * | Bug#27990: Wrong info in MYSQL_FIELD struct members when a tmp table was used.unknown2007-09-281-3/+13
* | | | Windows-specific fixes in floating point tests.unknown2007-12-021-1/+4
* | | | Fixed the floating point number tests on Windows.unknown2007-12-011-1/+1
* | | | Fixed the build failure on Windows. It does not have trunc() defined in math....unknown2007-12-011-1/+2
* | | | Fix for bug #26788 "mysqld (debug) aborts when inserting specificunknown2007-12-011-15/+61
|/ / /
* | | Bug #29536: timestamp inconsistent in replication around 1970unknown2007-08-061-3/+3
| |/ |/|
* | Merge gleb.loc:/home/uchum/work/bk/5.0unknown2007-07-261-2/+5
|\ \
| * | Fixed bug #29611.unknown2007-07-221-2/+5
* | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-07-211-1/+2
|\ \ \ | |/ /
| * | Bug#29729: Wrong conversion error led to an empty result set.unknown2007-07-141-1/+2
* | | Merge trift-lap.fambruehe:/MySQL/M50/mysql-5.0unknown2007-07-161-0/+1
|\ \ \ | |/ / |/| |
| * | Merge dev:/data0/mysqldev/my/build-200706140748-5.0.44/mysql-5.0-releaseunknown2007-06-291-0/+1
| |\ \
| | * | configure.in:unknown2007-06-201-0/+1
* | | | Fixed bug #29417.unknown2007-07-071-0/+2
|/ / /
* | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-baseunknown2007-06-151-1/+2
|\ \ \ | |/ /
| * | Merge bk@192.168.21.1:mysql-5.0unknown2007-06-141-1/+2
| |\ \
| | * | Bug#28878: InnoDB tables with UTF8 character set and indexes cause unknown2007-06-071-1/+2
* | | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-baseunknown2007-06-111-10/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for BUG#27592: stack overrun when storing datetime valueunknown2007-06-071-10/+14
* | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-06-051-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Bug#28729: Field_enum wrongly reported an error while storing an empty string.unknown2007-05-301-0/+2
| |/ /
* | | Some Windows-related fixes to make Microsoft compilers happy. This is for bug...unknown2007-05-281-1/+1
* | | Merge polly.local:/home/kaa/src/maint/bug28121/my50-bug28121unknown2007-05-281-91/+60
|\ \ \ | |/ / |/| |
| * | Fix for bug #28121 "INSERT or UPDATE into DOUBLE(200,0) field being truncated...unknown2007-05-281-91/+60
* | | Merge siva.hindu.god:/home/tsmith/m/bk/50unknown2007-05-171-2/+1
|\ \ \
| * | | Bug #27921 View ignores precision for CAST()unknown2007-05-101-2/+1
| |/ /
* | | Backport of TIME->MYSQL_TIME / Y2K fixsetunknown2007-05-161-49/+75
|/ /
* | Merge gshchepa.loc:/home/uchum/work/bk-trees/mysql-4.1-optunknown2007-04-291-14/+28
|\ \