-
Notifications
You must be signed in to change notification settings - Fork 709
reference: update views and constraints #3199
New issue
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
Conversation
|
@nullnotnil, @yikeke, @ran-huang, @jackysp, @zz-jason, @XuHuaiyu, PTAL. |
jackysp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
constraints.md
Outdated
| --- | ||
|
|
||
| # Constraints | ||
| # Constraint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be plural, since there is more than one type of constraint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
| COMMIT; | ||
| ``` | ||
|
|
||
| * TiDB does not display foreign key information in the result of executing the `SHOW CREATE TABLE` statement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may be fixed in pingcap/tidb#18360 before your PR merges. It will still be relevant to TiDB 4.0 and earlier, but not master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR can be merged within today. We can update the related content later when #18360 is merged.😄
|
@KASSADAR, please update your pull request. |
|
No updates for a long time, close PR. |
ran-huang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@nullnotnil @zz-jason PTAL. Thanks!
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.0 in PR #3313 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.1 in PR #3314 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #3315 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com> Co-authored-by: KASSADAR <KASSADAR@ALIYUN.COM>
* cherry pick #3199 to release-3.1 Signed-off-by: ti-srebot <ti-srebot@pingcap.com> * rm updates in constraints.md Signed-off-by: Ran <huangran@pingcap.com> * resolve conflict Signed-off-by: Ran <huangran@pingcap.com> Co-authored-by: KASSADAR <KASSADAR@ALIYUN.COM> Co-authored-by: Ran <huangran@pingcap.com>
* cherry pick #3199 to release-3.0 Signed-off-by: ti-srebot <ti-srebot@pingcap.com> * apply version specific changes Signed-off-by: Ran <huangran@pingcap.com> Co-authored-by: KASSADAR <KASSADAR@ALIYUN.COM> Co-authored-by: Ran <huangran@pingcap.com>
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
For views.md:
For constraints.md:
So when this PR is cherry-picked to 3.1/3.0 branches, the changes to constraints.md should be deleted. Please be aware. @ran-huang
What is the related PR or file link(s)?