Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
glorv committed Dec 12, 2023
1 parent 939a297 commit 58b6731
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/util/stmtsummary/v2/record.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ type StmtRecord struct {
SumBackoffTimes int64 `json:"sum_backoff_times"`
BackoffTypes map[string]int `json:"backoff_types"`
AuthUsers map[string]struct{} `json:"auth_users"`
// RU
WRU float64 `json:"wru"`
RRU float64 `json:"rru"`
RUWaitDuration time.Duration `json:"ru_wait_time"`
// Other
SumMem int64 `json:"sum_mem"`
MaxMem int64 `json:"max_mem"`
Expand Down

0 comments on commit 58b6731

Please sign in to comment.