Skip to content

Commit

Permalink
*: fix
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Oct 28, 2022
1 parent c8ed3b4 commit 8c877d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion executor/grant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@ func TestNonExistTableIllegalGrant(t *testing.T) {
}

func TestIssue38293(t *testing.T) {
store := testkit.CreateMockStore(t)
store, clean := testkit.CreateMockStore(t)
defer clean()
tk := testkit.NewTestKit(t, store)
tk.Session().GetSessionVars().User = &auth.UserIdentity{Username: "root", Hostname: "localhost"}
tk.MustExec("DROP USER IF EXISTS test")
Expand Down

0 comments on commit 8c877d8

Please sign in to comment.