-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
37264: sql: track and display counters for successfully executed statements r=ajwerner a=ajwerner Before this PR, statement counters were incremented before executing a SQL statement. This is problematic because it means that the counters include statements which fail during execution. This changes the logic to increment the counters when statements complete successfully. Release note (admin ui change): Only include successfully executed statements in the statement counters. Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information
Showing
9 changed files
with
329 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.