pingcap / tidb-tools

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

binlog filter type invalid #776

Closed asddongmen closed 5 months ago

asddongmen commented 5 months ago

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.

    "rebase auto_increment ID" is a invalid string in binlog filter. When a specify "rebase auto_increment ID" in config to create a binlog filter, an error was returned.

  2. What did you expect to see?

  3. What did you see instead?

  4. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?

  5. which tool are you using?

  6. what versionof tool are you using (pump -V or tidb-lightning -V or syncer -V)?