Bug #116244 | "Error: Too many columns" appears only on a UNION and not when creating a VIEW | ||
---|---|---|---|
Submitted: | 26 Sep 2024 14:32 | Modified: | 26 Sep 2024 16:59 |
Reporter: | Abhay Salvi | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.0.31 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | bug, too many columns, UNION ALL, VIEW |
[26 Sep 2024 14:32]
Abhay Salvi
[26 Sep 2024 14:37]
MySQL Verification Team
HI MR. Salvi, Thank you for your bug report. However, let us inform you that this is a forum for the reports with fully repeatable test cases. Each test case should consist of a set of SQL statements that always lead to the problem that is reported. In your case we need all the tables and views involved, which include all CREATE and INSERT commands. We can't repeat your report without such a test case.
[26 Sep 2024 16:59]
Abhay Salvi
Update: If I remove the "CREATE VIEW AS" statement from the UNION query and just run the plain query, it works. But when I put CREATE VIEW AS before the query, it gives "too many column error"
[27 Sep 2024 8:57]
MySQL Verification Team
Hi Mr. Salvi, We have to refer you to our previous comment. We truly need a fully repeatable test case, as described .......