holland
holland copied to clipboard
Option to get table structure only (--no-data)
Some tables, such as those used for sessions/history, only require the structure being restored.
Could there be an option to get a table but only it's structure. e.g. exclude-tables-data: databasename.tablename
For the mysqldump plugin this would issue "--no-data" for those tables.
I was talking with a colleague about this. He pointed out that this only lets you add options at the database level and not the table level like you request.