-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix tracking of query level stats for sub- and post-queries
Previously, we were creating a new `topLevelQueryStats` object for each sub- and post-query, and as a result we would accumulate the top level query stats only for the main query. I think this is undesirable and is now fixed. Release note: None Release justification: low-risk bug fix.
- Loading branch information
1 parent
9844dee
commit 139fd0c
Showing
2 changed files
with
6 additions
and
8 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