Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Jul 16, 2024
1 parent 5140f9e commit 739b023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/statistics/handle/storage/dump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func TestLoadPredicateColumns(t *testing.T) {
tk.MustExec("select * from t where b = 1")
is := dom.InfoSchema()
h := dom.StatsHandle()
require.NoError(t, h.Update(is))
require.NoError(t, h.Update(context.Background(), is))
require.NoError(t, h.DumpColStatsUsageToKV())
tk.MustExec("analyze table t")

Expand Down

0 comments on commit 739b023

Please sign in to comment.