Bug #14302 | DOUBLE/FLOAT results, difference between MySQL 4.1 and 5.0, Upgrade | ||
---|---|---|---|
Submitted: | 25 Oct 2005 17:46 | Modified: | 25 Nov 2005 10:02 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0 | OS: | |
Assigned to: | Alexey Botchkov | CPU Architecture: | Any |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[25 Oct 2005 17:48]
Matthias Leich
[25 Oct 2005 17:48]
Matthias Leich
first test script
Attachment: mlfloat.test (application/test, text), 956 bytes.
[25 Oct 2005 17:49]
Matthias Leich
second test script
Attachment: mlfloat1.test (application/test, text), 1.42 KiB.
[25 Oct 2005 17:49]
Matthias Leich
expected results
Attachment: mlfloat.result (application/octet-stream, text), 931 bytes.
[25 Oct 2005 17:50]
Matthias Leich
My test protocol showing the problem with comments
Attachment: mlfloat1.txt (text/plain), 3.42 KiB.
[26 Oct 2005 11:19]
Matthias Leich
Shellscript showing the correct working workaround
Attachment: floattest-ok.sh (application/x-shellscript, text), 5.12 KiB.
[26 Oct 2005 11:20]
Matthias Leich
My protocoll when using floattest-ok.sh
Attachment: mlfloat1-ok.txt (text/plain), 2.21 KiB.