Get rid of --subset command line switch.
Add --skip_tables and --only_tables (mutually exclusive) switches. These both take a comma-delimited list of tables to include/exclude. Modified code to get engine type from tables using SHOW TABLE STATUS rather than querying the information_schema. Minor formatting.
Please register or sign in to comment