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
alter constraint
Please answer these questions before submitting your issue. Thanks!
When we using alter constraint to switch from not enforced to enforced, we may not see the constraint information when executing show create table.
not enforced
enforced
constraint
show create table
tidb/ddl/constraint.go
Lines 216 to 242 in 052c17f
see the constraint information
may not see the constraint information
master After #44455
The text was updated successfully, but these errors were encountered:
PTAL @fzzf678
Sorry, something went wrong.
fzzf678
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
When we using
alter constraint
to switch fromnot enforced
toenforced
, we may not see theconstraint
information when executingshow create table
.tidb/ddl/constraint.go
Lines 216 to 242 in 052c17f
2. What did you expect to see? (Required)
see the
constraint
information3. What did you see instead (Required)
may not see the
constraint
information4. What is your TiDB version? (Required)
master
After #44455
The text was updated successfully, but these errors were encountered: