Bug #64776 Stored procedures are not ACID compliant
Submitted: 27 Mar 2012 11:12 Modified: 31 Mar 2012 10:56
Reporter: Patrick Mulvany (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Stored Routines Severity:S3 (Non-critical)
Version:5.5.21 OS:Any
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:

[28 Mar 2012 8:28] Patrick Mulvany
Example script of ACID and non ACID actions

Attachment: example-sp.sql (application/octet-stream, text), 1.99 KiB.

[28 Mar 2012 8:29] Patrick Mulvany
Example output of script of ACID and non ACID actions

Attachment: example.log (application/octet-stream, text), 7.42 KiB.