Bug #29834 Accessing a view in a stored procedure causes a small memory consumption
Submitted: 16 Jul 2007 21:10 Modified: 7 Aug 2007 15:49
Reporter: Harrison Fisk Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Views Severity:S2 (Serious)
Version:5.0.44 OS:Linux
Assigned to: Gleb Shchepa CPU Architecture:Any
Tags: memory leak, stored procedure, VIEW

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:

[16 Jul 2007 21:10] Harrison Fisk
Test case to cause memory increase

Attachment: bug_test_case.sql (text/x-sql), 481 bytes.