pingcap / tidb-tools

tidb-tools are some useful tool collections for TiDB.
Apache License 2.0
287 stars 192 forks source link

change the default value in [target-check-tables] (sync-diff-inspector) #720

Open KASSADAR opened 1 year ago

KASSADAR commented 1 year ago

In the peripheral components of TiDB, the default value of the filter is usually ['.', '!mysql.*', etc]. but in sync-diff-inspector, you should explicitly state what to do. This results in the fact that under the default configuration, sync-diff-inspector does nothing, unlike other tools that do everything by default.