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
CREATETABLEt1 (id intprimary key, c1 int invisible);
CREATETABLEt2 (id intprimary key, c1 int invisible);
Downstream (TiDB v8.0.0):
CREATETABLEt1 (id intprimary key, c1 int);
CREATETABLEt2 (id intprimary key);
What did you expect to see?
The structure check for these tables to report differences.
What did you see instead?
$ ./bin/sync_diff_inspector --config ./sync-diff.conf
A total of 2 tables need to be compared
There is something error when compare structure of table, please check log info in output/sync_diff.log
Bug Report
Upstream (MySQL 8.4.0):
Downstream (TiDB v8.0.0):
The structure check for these tables to report differences.
tidb-server -V
or runselect tidb_version();
on TiDB)?v8.0.0
sync-diff-inspector
pump -V
ortidb-lightning -V
orsyncer -V
)?The text was updated successfully, but these errors were encountered: