Bug #62224 | Setting open-files-limit above the hard limit won't be logged in errorlog | ||
---|---|---|---|
Submitted: | 22 Aug 2011 8:00 | Modified: | 23 Aug 2011 19:53 |
Reporter: | Daniël van Eeden | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S3 (Non-critical) |
Version: | 5.5.13, 5.6.3, 5.1.60 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
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
[22 Aug 2011 8:48]
Daniël van Eeden
[22 Aug 2011 9:11]
Daniël van Eeden
Additional patch to set rlimit to the hard limit instead of the soft limit if it exceeds the hardlimit.
Attachment: mysql_bug_62224_2.patch (text/x-patch), 644 bytes.