Bug #67444 mysql_stmt_execute NULL pointer core
Submitted: 1 Nov 2012 8:26 Modified: 13 Aug 2013 15:14
Reporter: Jack Lee Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:5.5.28 OS:Any
Assigned to: CPU Architecture:Any
Tags: NULL pointer core

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:

[14 Nov 2012 1:55] Jack Lee
Test Code

Attachment: testCode.c (text/plain), 1.85 KiB.