diff --git a/infoschema/perfschema/tables.go b/infoschema/perfschema/tables.go index 32f07382d623c..19fea1da4bd6e 100644 --- a/infoschema/perfschema/tables.go +++ b/infoschema/perfschema/tables.go @@ -14,6 +14,8 @@ package perfschema import ( + "strings" + "github.com/pingcap/parser/model" "github.com/pingcap/tidb/infoschema" "github.com/pingcap/tidb/kv" @@ -23,7 +25,6 @@ import ( "github.com/pingcap/tidb/types" "github.com/pingcap/tidb/util/profile" "github.com/pingcap/tidb/util/stmtsummary" - "strings" ) const (