Bug #67863 | INSERT INTO view_name () VALUES () fails with ER_WRONG_VALUE_COUNT_ON_ROW | ||
---|---|---|---|
Submitted: | 10 Dec 2012 16:24 | Modified: | 7 Oct 2020 13:48 |
Reporter: | Elena Stepanova | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 5.1, 5.5, 5.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[10 Dec 2012 16:24]
Elena Stepanova
[12 Dec 2012 5:01]
Erlend Dahl
Verified as described on 5.5.28-0ubuntu0.12.10.1. Moving to the internal bug db for further analysis.
[7 Oct 2020 13:48]
Paul DuBois
Posted by developer: Fixed in 8.0.22. This construct works for base tables to insert a row using all default values but failed for views: INSERT INTO name () VALUES ();