Bug #1104 UDF returning string containing null character is truncated
Submitted: 20 Aug 2003 4:18 Modified: 22 Aug 2003 14:18
Reporter: Ken Allan Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: User-defined functions ( UDF ) Severity:S3 (Non-critical)
Version:4.1.0 OS:Linux (Linux (mandrake+redhat))
Assigned to: 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:

[20 Aug 2003 17:07] Ken Allan
This is a test UDF that demonstrates the problem. See comment for details of how to use.

Attachment: udf_testnull.cc (application/octet-stream, text), 1004 bytes.