Bug #7095 Compress/Uncompress function support Blob type
Submitted: 8 Dec 2004 5:45 Modified: 14 Sep 2005 9:54
Reporter: TAT LIM CHIN Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.15-BK OS:Linux (Linux)
Assigned to: Jim Winstead 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:

[31 Aug 2005 10:22] Valeriy Kravchuk
Test file. Shows incorrect data type VAR_STRING (253)  istead of BLOB (252)

Attachment: 7095.c (text/x-csrc), 1.29 KiB.