-
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
infoschema/slow_query: fix shallow copy problem #10696
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10696 +/- ##
================================================
+ Coverage 78.3279% 78.3348% +0.0069%
================================================
Files 414 414
Lines 87666 87717 +51
================================================
+ Hits 68667 68713 +46
- Misses 13854 13857 +3
- Partials 5145 5147 +2 |
Codecov Report
@@ Coverage Diff @@
## master #10696 +/- ##
===============================================
- Coverage 79.6453% 79.6364% -0.009%
===============================================
Files 414 414
Lines 87690 87681 -9
===============================================
- Hits 69841 69826 -15
- Misses 12677 12685 +8
+ Partials 5172 5170 -2 |
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
LGTM |
/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
/run-all-tests |
/run-all-tests |
What problem does this PR solve?
tidb-slow.log
parse upper slow log and execute below:
There are some wrong value in
user
,db
.after fix:
What is changed and how it works?
Fix this by add copy.
Check List
Tests