Bug #11823 | export from version 4 , import to ver 5 corrupts float(7,6) data | ||
---|---|---|---|
Submitted: | 8 Jul 2005 18:13 | Modified: | 8 Jul 2005 18:31 |
Reporter: | Zachary Buckholz | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5 | OS: | Linux (centos linux) |
Assigned to: | Geert Vanderkelen | CPU Architecture: | Any |
[8 Jul 2005 18:13]
Zachary Buckholz
[8 Jul 2005 18:31]
Geert Vanderkelen
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: Hi, Actually they show as: 9.999999 | -9.999999 Which is expected for float(7,6) (signed) http://dev.mysql.com/doc/mysql/en/numeric-type-overview.html Your data will not fit in a float(7,6). SHOW WARNINGS after your INSERT says so. Geert