-
Notifications
You must be signed in to change notification settings - Fork 198
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
*: update tidb #303
*: update tidb #303
Conversation
Signed-off-by: disksing <[email protected]>
Signed-off-by: disksing <[email protected]>
/run-all-tests |
/run-integration-tests |
/run-integration-tests |
LGTM |
if table.PKIsHandle { | ||
pkIndex := &model.IndexInfo{ | ||
Name: model.NewCIStr("PRIMARY"), | ||
Primary: true, |
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.
Do we need to set the values of State
and Unique
?
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.
set in 17be9e7
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
/merge |
This reverts commit a41cb7f. Signed-off-by: Neil Shen <[email protected]>
What problem does this PR solve?
tidb dependency is too old. Need to update.
What is changed and how it works?
Check List
Tests