Bug #44515 | Some properties of stored routine not preserved when re-created using si_objects | ||
---|---|---|---|
Submitted: | 28 Apr 2009 13:05 | Modified: | 13 Nov 2009 18:38 |
Reporter: | Rafal Somla | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | Alexander Nozdrin | 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
[13 Nov 2009 16:39]
Chuck Bell
[13 Nov 2009 16:39]
Chuck Bell
Mysqldump file.
Attachment: db1.sql (text/x-sql), 2.28 KiB.
[13 Nov 2009 17:21]
Chuck Bell
Test to show problem is in the extra \0 placed in the string during backup by si_objects serialiation methods.
Attachment: bug44515.test (application/test, text), 1.89 KiB.