Bug #61568 Result is not grouped on sequential store procedure runs
Submitted: 20 Jun 2011 14:22 Modified: 21 Jun 2011 6:40
Reporter: Mikhail Sedov Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Stored Routines Severity:S2 (Serious)
Version:5.5.15, 5.5.13 OS:Any
Assigned to: CPU Architecture:Any
Tags: GROUP BY, query, stored procedure

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:

[20 Jun 2011 14:23] Mikhail Sedov
script to reproduce the problem

Attachment: db_issue.sql (application/octet-stream, text), 4.35 KiB.

[20 Jun 2011 14:23] Mikhail Sedov
possible workaround

Attachment: db_issue_workaround.sql (application/octet-stream, text), 4.42 KiB.