Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.56, 10.2.8, 5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
-
Mac OS X 10.13.2, CentOS 7.4.1708
Description
When exporting some views and routines together (to separate manually and automatically managed parts of a schema) with `mysqldump ... --routines --tabels table1 table2 ...` I noticed that the generated dump-file is not importable again, because the routines are ordered after all the tables/ views and thus views that use them cannot be imported.
I have attached a test dump that I generated that shows this problem.
Workaround: Using negative logic and instead listing all the tables/views to skip seems to not trigger this bug.
Attachments
Issue Links
- links to