Bug #1647 No way to determine what size blob/clob is being returned into bound buffer
Submitted: 24 Oct 2003 9:10 Modified: 30 Apr 2004 13:24
Reporter: David Ritter Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.1.1 OS:Linux (Linux)
Assigned to: Michael Widenius 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 Oct 2003 9:10] David Ritter
C API Test Case

Attachment: blobTest.cpp (text/plain), 6.95 KiB.