-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor, types: copy enum/set instead of refer the underlying data #16858
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16858 +/- ##
================================================
+ Coverage 80.3238% 80.3375% +0.0137%
================================================
Files 508 507 -1
Lines 138269 137394 -875
================================================
- Hits 111063 110379 -684
+ Misses 18515 18348 -167
+ Partials 8691 8667 -24 |
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
Your auto merge job has been accepted, waiting for:
|
/run-unit-test |
/run-all-tests |
/run-all-tests |
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 |
/run-all-tests |
@XuHuaiyu merge failed. |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-2.1 in PR #16889 |
cherry pick to release-3.0 in PR #16890 |
cherry pick to release-3.1 in PR #16891 |
cherry pick to release-4.0 in PR #16892 |
What problem does this PR solve?
Issue Number: close #16854
Problem Summary:
What is changed and how it works?
What's Changed:
Copy enum/set instead of referring the underlying data in GetMysqlEnum and GetMysqlSet
How it Works:
Related changes
Check List
Tests
Side effects
Release note