Bug #26448 | Document difference (if any) between ALTER VIEW and CREATE OR REPLACE VIEW | ||
---|---|---|---|
Submitted: | 16 Feb 2007 15:49 | Modified: | 19 Feb 2007 0:48 |
Reporter: | Alex Rytov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S4 (Feature request) |
Version: | 5.1.15 | OS: | |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
Tags: | ALTER VIEW, CREATE OR REPLACE |
[16 Feb 2007 15:49]
Alex Rytov
[19 Feb 2007 0:48]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products. If the table exists then ALTER VIEW and CREATE OR REPLACE VIEW are the same. But if there is no such table ALTER VIEW fails and CREATE OR REPLACE VIEW works as CREATE VIEW.