Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fzzf678 committed Jan 30, 2023
1 parent 86b058b commit 67d1719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infoschema/cluster_tables_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ func TestSetBindingStatusBySQLDigest(t *testing.T) {
tk.MustExec(sql)
tk.MustQuery("select @@last_plan_from_binding").Check(testkit.Rows("1"))
tk.MustGetErrMsg("set binding enabled for sql digest '2'", "can't find any binding for '2'")
tk.MustGetErrMsg("set binding enabled for sql digest ''", "sql digest is empty")
}

func TestCreateBindingWhenCloseStmtSummaryTable(t *testing.T) {
Expand Down

0 comments on commit 67d1719

Please sign in to comment.