Bug #5215 | Illegal INSERT/UPDATE Possible with VIEW | ||
---|---|---|---|
Submitted: | 25 Aug 2004 20:19 | Modified: | 1 Sep 2004 21:55 |
Reporter: | Mike Hillyer | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.1-Snapshot | OS: | Linux (Redhat Enterpise Linux 3) |
Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[25 Aug 2004 20:19]
Mike Hillyer
[25 Aug 2004 21:16]
Peter Gulutzan
This doesn't look like a bug. It's the sort of thing that WITH CHECK OPTION should handle, though.
[26 Aug 2004 6:44]
MySQL Verification Team
Verified your sample on 5.0.2 BK source and assigned Sanja for his comment regarding PeterG comment as not a bug.
[1 Sep 2004 21:55]
Oleksandr Byelkin
Thank you for bug report! As it was mentioned by Peter Gulutzan this behaviour should be controled by WITH CHECK OPTION, but this option is not implemented yet (after recognizing by parser it do nothing). This feature planed to be implemented in September.