Bug #64725 segfault using prepared select statement
Submitted: 21 Mar 2012 19:26 Modified: 3 Feb 2015 13:52
Reporter: Richard Kojedzinszky Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S2 (Serious)
Version:5.5.40, 5.5.42, 5.6.23 OS:Linux (debian wheezy)
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:

[21 Mar 2012 21:05] Richard Kojedzinszky
The real example using tntdb

Attachment: test.cpp (text/x-c++src), 309 bytes.

[22 Mar 2012 12:17] Richard Kojedzinszky
C version of the attached file

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