Skip to content

Commit

Permalink
planner: move stats_load and stats_save code into a separate pack…
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 authored Sep 26, 2023
1 parent c25fd6f commit 74465be
Show file tree
Hide file tree
Showing 12 changed files with 862 additions and 712 deletions.
2 changes: 0 additions & 2 deletions statistics/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ go_library(
"fmsketch.go",
"histogram.go",
"index.go",
"interact_with_storage.go",
"row_sampler.go",
"sample.go",
"scalar.go",
Expand All @@ -23,7 +22,6 @@ go_library(
importpath = "github.com/pingcap/tidb/statistics",
visibility = ["//visibility:public"],
deps = [
"//config",
"//expression",
"//kv",
"//parser/ast",
Expand Down
1 change: 1 addition & 0 deletions statistics/handle/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ go_library(
"//statistics/handle/globalstats",
"//statistics/handle/lockstats",
"//statistics/handle/metrics",
"//statistics/handle/storage",
"//statistics/handle/usage",
"//table",
"//types",
Expand Down
Loading

0 comments on commit 74465be

Please sign in to comment.