Bug #85105 INSERT with CURSOR_TYPE_READ_ONLY hangs
Submitted: 21 Feb 2017 14:37 Modified: 17 Jan 2018 3:10
Reporter: Snild Dolkow Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:5.7.17 OS:Linux
Assigned to: CPU Architecture:Any
Tags: hang

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:

[21 Feb 2017 14:38] Snild Dolkow
a small program that demonstrates the bug

Attachment: hang.c (text/x-csrc), 3.15 KiB.

[21 Feb 2017 14:39] Snild Dolkow
convenient makefile for hang.c

Attachment: Makefile (application/octet-stream, text), 109 bytes.