Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <[email protected]>
  • Loading branch information
Rustin170506 committed Jun 27, 2024
1 parent be79b93 commit d31c2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/statistics/handle/usage/predicate_column_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,6 @@ func TestAnalyzeWithNoPredicateColumnsAndNoIndexes(t *testing.T) {
tk.MustExec("analyze table t")
// FIXME: We should correct the job info or skip this kind of job.
tk.MustQuery("select table_name, job_info from mysql.analyze_jobs order by id desc limit 1").Check(
testkit.Rows("t analyze table columns with 256 buckets, 100 topn, 1 samplerate]"),
testkit.Rows("t analyze table columns with 256 buckets, 100 topn, 1 samplerate"),
)
}

0 comments on commit d31c2d4

Please sign in to comment.