Bug #88216 mysql_stmt_execute() fails on the performance_schema table
Submitted: 25 Oct 2017 4:12 Modified: 9 Jul 2018 15:11
Reporter: Igor Korot Email Updates:
Status: Verified Impact on me:
None 
Category:Connector / C Severity:S1 (Critical)
Version: OS:Linux
Assigned to: 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:

[27 Oct 2017 0:28] Igor Korot
Sample code

Attachment: sample.cpp (text/x-c++src), 4.84 KiB.

[27 Oct 2017 0:30] Igor Korot
Execution log of the program

Attachment: sample_execution (application/octet-stream, text), 5.82 KiB.

[28 Oct 2017 2:29] Igor Korot
Corrected memory leaks

Attachment: sample.cpp (text/x-c++src), 4.95 KiB.

[28 Oct 2017 2:32] Igor Korot
Draft schema

Attachment: draft.schema (application/octet-stream, text), 2.38 MiB.