-
Notifications
You must be signed in to change notification settings - Fork 490
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
model: add Global field to IndexInfo #917
Conversation
Codecov Report
@@ Coverage Diff @@
## master #917 +/- ##
==========================================
+ Coverage 78.36% 78.37% +0.01%
==========================================
Files 40 40
Lines 14775 14783 +8
==========================================
+ Hits 11578 11586 +8
Misses 2509 2509
Partials 688 688 |
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
@kennytm,Thanks for your review. |
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
@tangenta,Thanks for your review. |
Co-authored-by: tangenta <[email protected]> Co-authored-by: kennytm <[email protected]>
What problem does this PR solve?
pingcap/tidb#18402
What is changed and how it works?
Add
Global
field toIndexInfo
.Check List
Code changes
Side effects
Related changes