Bug #3721 | create table .. select <constant> ... gives wrong table content | ||
---|---|---|---|
Submitted: | 12 May 2004 0:12 | Modified: | 14 May 2004 20:23 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0 4.1 4.0 | OS: | |
Assigned to: | 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
[12 May 2004 0:14]
Matthias Leich
[12 May 2004 0:16]
Matthias Leich
my (wrong) result with version 5.0
Attachment: ml_err1.result (application/octet-stream, text), 1.09 KiB.
[12 May 2004 0:17]
Matthias Leich
the results I expect
Attachment: ml_err1.result.expected (application/octet-stream, text), 1.08 KiB.