You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to see?
对比范围内数据一致,检查通过,不生成修复 SQL 文件
What did you see instead?
生成有不在对比范围内的修复 SQL
[tidb@172-16-120-238 hwtest]$ more output/fix-on-hwtest_d/test\:test1_d\:0\:0-0\:0.sql
-- table: test.test1_d
-- range in sequence: Full
set @@session.time_zone = "+0:00";
REPLACE INTO `test`.`test1_d`(`id`,`create_time`) VALUES (4,'2023-03-20 14:30:00');
What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?
v6.5.1
which tool are you using?
sync-diff-inspector
what versionof tool are you using (pump -V or tidb-lightning -V or syncer -V)?
v6.5.1
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
上游:
下游
config 文件
What did you expect to see?
对比范围内数据一致,检查通过,不生成修复 SQL 文件
What did you see instead?
生成有不在对比范围内的修复 SQL
What version of TiDB are you using (
tidb-server -V
or runselect tidb_version();
on TiDB)?v6.5.1
which tool are you using?
sync-diff-inspector
what versionof tool are you using (
pump -V
ortidb-lightning -V
orsyncer -V
)?v6.5.1
The text was updated successfully, but these errors were encountered: