github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/tests/resolve_lock/diff_config.toml (about)

     1  # diff Configuration.
     2  
     3  log-level = "info"
     4  chunk-size = 10
     5  check-thread-count = 4
     6  sample-percent = 100
     7  use-rowid = false
     8  use-checksum = true
     9  fix-sql-file = "fix.sql"
    10  
    11  # tables need to check.
    12  [[check-tables]]
    13      schema = "test"
    14      tables = ["~.*"]
    15  
    16  [[source-db]]
    17      host = "127.0.0.1"
    18      port = 4000
    19      user = "root"
    20      password = ""
    21      instance-id = "source-1"
    22  
    23  [target-db]
    24      host = "127.0.0.1"
    25      port = 3306
    26      user = "root"
    27      password = ""