Bug #102344 | Prepared Statements with GROUP_CONCAT fail with a high group_concat_max_len | ||
---|---|---|---|
Submitted: | 22 Jan 2021 11:42 | Modified: | 14 Apr 2021 15:43 |
Reporter: | Roman Pertl | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Prepared statements | Severity: | S3 (Non-critical) |
Version: | 8.0.22, 8.0.23 | OS: | Linux (Docker Container mysql/8.0.22) |
Assigned to: | CPU Architecture: | Any | |
Tags: | regression |
[22 Jan 2021 11:42]
Roman Pertl
[22 Jan 2021 11:46]
Roman Pertl
update Synopsis to include which type of query fails
[22 Jan 2021 11:57]
MySQL Verification Team
Hello Roman Pertl, Thank you for the report and test case. regards, Umesh
[22 Jan 2021 12:38]
Roy Lyseng
Workaround: Use group_concat_max_len less or equal to 4294967295
[14 Apr 2021 15:43]
Paul DuBois
Posted by developer: Fixed in 8.0.25. For large values of the group_concat_max_len system variable, prepared statements that used the GROUP_CONCAT() function could be unnecessarily re-prepared across executions.
[24 Apr 2021 16:15]
Paul DuBois
Posted by developer: Fixed in 8.0.26, not 8.0.25.