-
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
session: add the transaction commit time to slow log #10294
Conversation
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #10294 +/- ##
================================================
+ Coverage 77.8219% 77.8404% +0.0185%
================================================
Files 410 410
Lines 84728 84695 -33
================================================
- Hits 65937 65927 -10
+ Misses 13861 13845 -16
+ Partials 4930 4923 -7 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #10294 +/- ##
================================================
+ Coverage 77.8219% 77.8404% +0.0185%
================================================
Files 410 410
Lines 84728 84695 -33
================================================
- Hits 65937 65927 -10
+ Misses 13861 13845 -16
+ Partials 4930 4923 -7 |
Codecov Report
@@ Coverage Diff @@
## master #10294 +/- ##
================================================
+ Coverage 77.8087% 77.8322% +0.0234%
================================================
Files 410 410
Lines 84966 84704 -262
================================================
- Hits 66111 65927 -184
+ Misses 13909 13854 -55
+ Partials 4946 4923 -23 |
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
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.
@tiancaiamao PTAL
LGTM |
What problem does this PR solve?
The commit time and the statement execution time should be merged together in slow log.
What is changed and how it works?
Record the slow log in runStmt.
Check List
Tests
Code changes
Side effects
Related changes