Bug #106555 assert in SetOsLimitMaxOpenFiles, which is in mysys.my_file.cc has typo error
Submitted: 24 Feb 2022 7:53 Modified: 29 Jun 2022 17:08
Reporter: hongyuan li (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0 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:

[24 Feb 2022 7:55] hongyuan li
suggested fix patch

Attachment: mysql_106555_001.patch (application/octet-stream, text), 472 bytes.