Details
-
New Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It is possible to ignore views from being exported by mariadb-dump/mysqldump by using the --ignore-table option. But it would be great to have an option to ignore all views.
I found some requests like that in the web, so there are others which would like such an option, too. See http://stackoverflow.com/questions/709000/mysql-dump-tables-only and http://stackoverflow.com/questions/8520330/ignore-views-in-mysql-db-backup-using-mysqldump
MySQL introduced this option in v8.4 for mysqldump (see here).