Bug #11602 stored procedure > 64K causes bad behavior
Submitted: 28 Jun 2005 5:42 Modified: 7 Aug 2005 1:11
Reporter: Timothy Smith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.0.8 OS:Any (any)
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:

[28 Jun 2005 21:18] Timothy Smith
run: mysql test < longprocedure.sql > out

Attachment: longprocedure.sql.gz (application/gzip, text), 834 bytes.