reference: update views and constraints#3199
Conversation
|
@nullnotnil, @yikeke, @ran-huang, @jackysp, @zz-jason, @XuHuaiyu, PTAL. |
| --- | ||
|
|
||
| # Constraints | ||
| # Constraint |
There was a problem hiding this comment.
I think this should be plural, since there is more than one type of constraint.
| 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.
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.
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.
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)?