-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
planner: fix TiDB server panic when uses indexMerge with the virtual generated column #17065
planner: fix TiDB server panic when uses indexMerge with the virtual generated column #17065
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17065 +/- ##
================================================
+ Coverage 80.0128% 80.2207% +0.2079%
================================================
Files 510 510
Lines 138984 140430 +1446
================================================
+ Hits 111205 112654 +1449
+ Misses 18817 18760 -57
- Partials 8962 9016 +54 |
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
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
/run-all-tests |
@wjhuang2016 merge failed. |
/merge |
/run-all-tests |
@wjhuang2016 merge failed. |
/merge |
/run-all-tests |
@wjhuang2016 merge failed. |
/run-all-tests |
/merge |
/run-all-tests |
@wjhuang2016 merge failed. |
/merge |
/run-all-tests |
@wjhuang2016 merge failed. |
/run-common-test |
/run-cherry-picker |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-4.0 in PR #17126 |
What problem does this PR solve?
Issue Number: close #17045
Problem Summary:
Previously, we didn't consider index merge when implemented the virtual generated column.
What is changed and how it works?
Related changes
Check List
Tests
Side effects
Release note