Bug #11773 | mysqldump includes DROP TABLE on a view | ||
---|---|---|---|
Submitted: | 6 Jul 2005 11:34 | Modified: | 12 Jul 2005 10:13 |
Reporter: | Andrey Hristov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
[6 Jul 2005 11:34]
Andrey Hristov
[12 Jul 2005 10:13]
Magnus Blåudd
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: In the latest version a dummy table is created to allow reloading of views dependent on other view. The DROP TABLE IF EXISTS and DROP VIEW IF EXISTS should be there. No warning returned when test case s run.