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: | |
Category: | Connector / C | Severity: | S1 (Critical) |
Version: | OS: | Linux | |
Assigned to: | CPU Architecture: | Any |
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
[27 Oct 2017 0:28]
Igor Korot
[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.