Bug #72107 mysql_real_connect() CLIENT_LOCAL_FILES flag doesn't work
Submitted: 24 Mar 2014 9:20 Modified: 4 Apr 2014 9:40
Reporter: Hartmut Holzgraefe Email Updates:
Status: Verified Impact on me:
None 
Category:Connector / C Severity:S3 (Non-critical)
Version:5.6.16, any 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:

[24 Mar 2014 9:23] Hartmut Holzgraefe
test source

Attachment: infile-test.c (text/x-csrc), 3.12 KiB.

[24 Mar 2014 9:23] Hartmut Holzgraefe
simple makefile with "make test" target to run the test

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

[24 Mar 2014 9:24] Hartmut Holzgraefe
very simple input file

Attachment: t1.csv (text/csv), 14 bytes.