Bug #44825 libmysql breaks existing client applications
Submitted: 12 May 2009 14:16 Modified: 29 Jul 2009 10:16
Reporter: Andrey Hristov Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S2 (Serious)
Version:6.0.8,5.4 OS:Any
Assigned to: Alexander Nozdrin 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:

[14 May 2009 8:14] Sveta Smirnova
test case

Attachment: bug44825.c (text/plain), 11.92 KiB.

[14 May 2009 8:19] Sveta Smirnova
corrected test case

Attachment: bug44825.c (text/plain), 11.93 KiB.