Bug #29804 UDF parameters don't contain correct string length
Submitted: 14 Jul 2007 23:40 Modified: 23 Oct 2007 0:30
Reporter: Todd Farmer (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: User-defined functions ( UDF ) Severity:S1 (Critical)
Version:5.0 OS:Any
Assigned to: Damien Katz CPU Architecture:Any
Tags: bfsm_2007_07_19

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 Jul 2007 23:41] Todd Farmer
nametest UDF

Attachment: nametest.cpp (text/plain), 1.80 KiB.

[14 Jul 2007 23:42] Todd Farmer
makefile

Attachment: Makefile (application/octet-stream, text), 411 bytes.

[14 Jul 2007 23:42] Todd Farmer
trigger and table structure

Attachment: dump.sql (application/octet-stream, text), 2.22 KiB.