Bug #34300 | Tinyblob & tinytext fields currupted after export/import and alter in 5.1 | ||
---|---|---|---|
Submitted: | 4 Feb 2008 23:24 | Modified: | 19 Jun 2010 18:05 |
Reporter: | Omer Barnir (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.1.23 | OS: | Any |
Assigned to: | Vasil Dimov | 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
[4 Feb 2008 23:25]
Omer Barnir
[11 Mar 2008 12:42]
Davi Arnaut
Reduced test case
Attachment: bug_34300_reduced.tar.gz (application/x-gzip, text), 27.56 KiB.
[25 Mar 2008 7:22]
Vasil Dimov
Commands to reproduce the bug
Attachment: typesdb-corruption.sql.bz2 (application/octet-stream, text), 305 bytes.