Bug #49972 Crash in prepared statements
Submitted: 29 Dec 2009 10:40 Modified: 15 Mar 2010 16:03
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Prepared statements Severity:S1 (Critical)
Version:next-mr, 5.5-m3 OS:Any
Assigned to: Konstantin Osipov 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:

[29 Dec 2009 10:41] Alexander Nozdrin
Test case for mysql_client_test.c

Attachment: test_bug49972.c (text/x-csrc), 2.26 KiB.