Bug #21080 | ALTER VIEW makes user restate SQL SECURITY mode, and ALGORITHM | ||
---|---|---|---|
Submitted: | 15 Jul 2006 23:42 | Modified: | 3 Aug 2006 17:37 |
Reporter: | Erica Moss | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Views | Severity: | S3 (Non-critical) |
Version: | 5.1.12 | OS: | Linux (Fedora core 5) |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
[15 Jul 2006 23:42]
Erica Moss
[27 Jul 2006 14:53]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/9670
[2 Aug 2006 19:00]
Evgeny Potemkin
When executing ALTER TABLE all the attributes of the view were overwritten. This is contrary to the user's expectations. Fixed in 5.0.25, 5.1.12
[3 Aug 2006 17:37]
Paul DuBois
Noted in 5.0.25, 5.1.12 changelogs. ALTER VIEW did not retain existing values of attributes that had been originally specified but were not changed in the ALTER VIEW statement.