Bug #107072 | Incorrect "Can not delete from join view" when create view based on other view | ||
---|---|---|---|
Submitted: | 20 Apr 2022 16:30 | Modified: | 21 Apr 2022 6:42 |
Reporter: | Александр Ммммммм | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 8.0.28 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[20 Apr 2022 16:30]
Александр Ммммммм
[20 Apr 2022 16:36]
Александр Ммммммм
Documentation says https://dev.mysql.com/doc/refman/8.0/en/view-updatability.html "The flag is set to YES (true) if UPDATE and DELETE (and similar operations) are legal for the view." SELECT IS_UPDATABLE FROM information_schema.VIEWS WHERE TABLE_NAME = 'documents_v_2' ; +------------+---+ |IS_UPDATABLE|YES| +------------+---+
[21 Apr 2022 6:42]
MySQL Verification Team
Hello Александр Ммммммм, Thank you for the report and feedback. regards, Umesh