Bug #93925 Possible memory leak in libmysqlclient20
Submitted: 15 Jan 2019 0:18 Modified: 22 Jan 2019 11:34
Reporter: Arjuna Del Toso Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:5.7.24 OS:Linux
Assigned to: MySQL Verification Team CPU Architecture:Any

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:

[15 Jan 2019 0:19] Arjuna Del Toso
The code exposing the issue

Attachment: mysql-bug.c (text/x-csrc), 2.75 KiB.