Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a73dd9

Browse files
committedJun 8, 2021
fix lint
Signed-off-by: yisaer <[email protected]>
1 parent 1a950ac commit 4a73dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎testcase/stale-read/cmd/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import (
55
"flag"
66
"time"
77

8+
// use mysql
9+
_ "github.com/go-sql-driver/mysql"
10+
811
"github.com/pingcap/tipocket/cmd/util"
912
logs "github.com/pingcap/tipocket/logsearch/pkg/logs"
1013
"github.com/pingcap/tipocket/pkg/cluster"

0 commit comments

Comments
 (0)
This repository has been archived.