Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: zyguan <[email protected]>
  • Loading branch information
zyguan committed Dec 15, 2022
1 parent 8e425fa commit a152e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/processinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ type OOMAlarmVariablesInfo struct {

// ProcessInfo is a struct used for show processlist statement.
type ProcessInfo struct {
ProtectedTSList
Time time.Time
ExpensiveLogTime time.Time
Plan interface{}
Expand All @@ -73,7 +74,6 @@ type ProcessInfo struct {
State uint16
Command byte
RedactSQL bool
ProtectedTSList
}

// ToRowForShow returns []interface{} for the row data of "SHOW [FULL] PROCESSLIST".
Expand Down

0 comments on commit a152e1c

Please sign in to comment.