-
Notifications
You must be signed in to change notification settings - Fork 489
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
add stmtType to ast.Prepared to record metric #487
add stmtType to ast.Prepared to record metric #487
Conversation
Codecov Report
@@ Coverage Diff @@
## master #487 +/- ##
==========================================
- Coverage 71.48% 71.44% -0.04%
==========================================
Files 32 32
Lines 7672 7648 -24
==========================================
- Hits 5484 5464 -20
+ Misses 1667 1665 -2
+ Partials 521 519 -2
Continue to review full report at Codecov.
|
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
What problem does this PR solve?
rel pingcap/tidb#11753
add stmtType in Prepared so we can calculate stmtType just in COM_PREPARE
What is changed and how it works?
RT
Check List
Tests
Code changes
Side effects
Related changes
This change is