Bug #55677 Floats rounded when read using JDBC
Submitted: 2 Aug 2010 9:35 Modified: 3 Aug 2010 7:37
Reporter: Dimitar Asenov Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Data Types Severity:S3 (Non-critical)
Version:5.1.13 OS:Linux (CentOS)
Assigned to: CPU Architecture:Any
Tags: FLOAT, jdbc, precision, Rounding

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[2 Aug 2010 11:04] Dimitar Asenov
The statements to recreate the test Database and Table

Attachment: CreateDB.txt (text/plain), 222 bytes.

[2 Aug 2010 11:07] Dimitar Asenov
A test application that demonstrates the float rounding problem.

Attachment: FloatTest.java (application/octet-stream, text), 3.18 KiB.