Bug #56433 | Auto-extension of InnoDB files | ||
---|---|---|---|
Submitted: | 1 Sep 2010 1:49 | Modified: | 15 Oct 2012 13:48 |
Reporter: | Mark Callaghan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB Plugin storage engine | Severity: | S4 (Feature request) |
Version: | 5.1.50 | OS: | Any |
Assigned to: | Inaam Rana | CPU Architecture: | Any |
Tags: | extend, file, innodb, performance |
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
[9 Feb 2011 21:49]
Mark Callaghan
[22 Feb 2011 1:47]
Yasufumi Kinoshita
simplest fix, I think
Attachment: fix_suggestion_56433.patch (text/x-patch), 2.89 KiB.