Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wshwsh12 committed Jul 3, 2023
1 parent d22bf40 commit f18f0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/processinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ type ProcessInfo struct {
Port string
ResourceGroupName string
PlanExplainRows [][]string
TableIDs []int64
IndexNames []string
OOMAlarmVariablesInfo OOMAlarmVariablesInfo
ID uint64
CurTxnStartTS uint64
TableIDs []int64
IndexNames []string
// MaxExecutionTime is the timeout for select statement, in milliseconds.
// If the query takes too long, kill it.
MaxExecutionTime uint64
Expand Down

0 comments on commit f18f0ff

Please sign in to comment.