Bug #79510 mysql_real_connect is not thread safe
Submitted: 3 Dec 2015 16:41 Modified: 25 May 2016 17:59
Reporter: Chris Giard Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S2 (Serious)
Version:5.6 and 5.7 OS:Any
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:

[4 Dec 2015 16:56] Chris Giard
Parallel MySQL, original code by Domas, updated to support SSL connections

Attachment: pmysql.cc (application/octet-stream, text), 13.55 KiB.

[4 Dec 2015 16:56] Chris Giard
Makefile for pmysql.cc

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