We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
Upstream:
create table t3 (id int primary key, check (id<10));
Downstream:
SET GLOBAL tidb_enable_check_constraint=ON; create table t3 (id int primary key, check (id<20));
Difference in the check constraint being reported
Comparing the table structure of ``test`.`t3`` ... equivalent
tidb-server -V
select tidb_version();
v8.0.0
sync_diff_inspector
pump -V
tidb-lightning -V
syncer -V
$ ./bin/sync_diff_inspector -V App Name: sync_diff_inspector Release Version: v8.1.0-1-g17af326 Git Commit Hash: 17af3262fc169d6a4ae3f6ece6ade4e49b24a804 Git Branch: master UTC Build Time: 2024-05-24 09:30:01 Go Version: go1.22.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
Upstream:
Downstream:
Difference in the check constraint being reported
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: