From f18f0ff49b964e4562937fb3a49d53cd72946049 Mon Sep 17 00:00:00 2001 From: wshwsh12 <793703860@qq.com> Date: Mon, 3 Jul 2023 18:08:13 +0800 Subject: [PATCH] fix --- util/processinfo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/processinfo.go b/util/processinfo.go index aa343cdadc280..0425e5dfbf13f 100644 --- a/util/processinfo.go +++ b/util/processinfo.go @@ -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