-
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
executor: record prepared stmt in handle_query_duration
#11753
Conversation
need merge parser pr pingcap/parser#487 first |
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 |
pingcap/parser#487 is merged |
Codecov Report
@@ Coverage Diff @@
## master #11753 +/- ##
===========================================
Coverage 81.5409% 81.5409%
===========================================
Files 434 434
Lines 93683 93683
===========================================
Hits 76390 76390
Misses 11843 11843
Partials 5450 5450 |
/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 |
cherry pick to release-2.1 failed |
cherry pick to release-3.0 failed |
What problem does this PR solve?
we cannot see duration by sql_type if stmt be run as prepared stmt:
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
This change is