BenMorel / mysql-replication-check

A tool to checksum a MySQL slave against its master
MIT License
7 stars 1 forks source link

Warn on filter matching no tables #10

Open BenMorel opened 1 year ago

BenMorel commented 1 year ago

When --tables is used with a comma separated list, and one of the filter matches no table, we should at least warn, and possibly abort, as it most likely indicates a typo.