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:
None 
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

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[22 Aug 2011 8:48] Daniël van Eeden
Patch for Bug #62224

Attachment: mysql_bug_62224.patch (text/x-patch), 592 bytes.

[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.