webfactory / slimdump

A tool for creating configurable dumps of large MySQL-databases.
MIT License
184 stars 26 forks source link

Print a warning when the number of rows dumped does not match the expected count #85

Closed mpdude closed 2 years ago

mpdude commented 2 years ago

This might be a sufficient mitigation for #84.

Might give false alarms to users that are not really affected by #84, but who try to slimpdump tables while rows are being added and/or deleted in between counting and dumping the rows (currently, no transaction support in slimdump).