Bug #109375 | Create view with group_concat subquery error | ||
---|---|---|---|
Submitted: | 14 Dec 2022 10:42 | Modified: | 14 Dec 2022 12:54 |
Reporter: | Pedro Ferreira | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S6 (Debug Builds) |
Version: | 8.0.31 | OS: | Ubuntu (22.04) |
Assigned to: | CPU Architecture: | x86 (x86_64) | |
Tags: | create a view, group_concat, subquery |
[14 Dec 2022 10:42]
Pedro Ferreira
[14 Dec 2022 10:53]
MySQL Verification Team
Hello Pedro Ferreira, Thank you for the report and feedback. Observed that 8.0.31 debug build is affected. regards, Umesh
[14 Dec 2022 12:46]
Pedro Ferreira
Set the right category
[14 Dec 2022 12:54]
Pedro Ferreira
With a slight difference: CREATE VIEW t0 (c0) AS (SELECT GROUP_CONCAT((SELECT 1))); Another assertion is triggered at item_subselect.cc:655: assert(!thd->lex->is_view_context_analysis());