Bug #36677 TRADITIONAL sql_mode not honored in stored procedures
Submitted: 12 May 2008 22:09 Modified: 29 May 2009 19:59
Reporter: Tim Soderstrom Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S2 (Serious)
Version:5.1.24-rc, 5.0.51a, 5.0.60 OS:MacOS (Leopard)
Assigned to: Paul DuBois CPU Architecture:Any
Tags: sql_mode stored procedures

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:

[12 May 2008 22:37] Tim Soderstrom
Here is the test-script (included in the how to reproduce section as well)

Attachment: testcase.sql (, text), 2.23 KiB.