-
Notifications
You must be signed in to change notification settings - Fork 188
test: align with TiDB clustered index behaviour #1538
Conversation
Should we enable |
I want to set OFF clustered index in another PR, so in future we don't need to change again when update TiDB |
Maybe we should set it the same as downstream? |
downstream may change global variable of clustered index and rebuild the table, at that time schema tracker has no way to know that change. I prefer keep schema tracker maximum compatibility of DDL. |
/lgtm |
Will a create table stmt |
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 59bb238
|
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-2.0 in PR #1539 |
What problem does this PR solve?
revert some of #1522
What is changed and how it works?
Check List
Tests
Related changes