Bug #101881 setting global user variable from GROUP_CONCAT in stored procedure wrong result
Submitted: 6 Dec 2020 14:29 Modified: 6 Dec 2020 19:46
Reporter: Stephen Parry Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: DML Severity:S2 (Serious)
Version:8.0.22 OS:Any (Tested on Win 10 and Linux)
Assigned to: CPU Architecture:x86

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:

[6 Dec 2020 14:30] Stephen Parry
Example script showing bug

Attachment: GroupConcatBug822.sql (application/octet-stream, text), 551 bytes.