Skip to content

Commit

Permalink
make prepare_bazel
Browse files Browse the repository at this point in the history
Signed-off-by: joccau <[email protected]>
  • Loading branch information
joccau committed Jan 24, 2025
1 parent 3e4e094 commit 7bd87b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/server/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ go_library(
"extract.go",
"http_handler.go",
"http_status.go",
"login_history.go",
"mock_conn.go",
"rpc_server.go",
"server.go",
"stat.go",
"tokenlimiter.go",
"user_connections.go",
],
importpath = "github.com/pingcap/tidb/pkg/server",
Expand Down Expand Up @@ -146,7 +144,6 @@ go_test(
"conn_stmt_test.go",
"conn_test.go",
"driver_tidb_test.go",
"login_history_test.go",
"main_test.go",
"mock_conn_test.go",
"server_test.go",
Expand Down Expand Up @@ -176,7 +173,6 @@ go_test(
"//pkg/parser/mysql",
"//pkg/parser/terror",
"//pkg/planner/core/resolve",
"//pkg/server/err",
"//pkg/server/internal",
"//pkg/server/internal/column",
"//pkg/server/internal/handshake",
Expand Down

0 comments on commit 7bd87b1

Please sign in to comment.