Skip to content

Commit

Permalink
Update recover_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 authored Feb 9, 2023
1 parent 56c6d21 commit bb9a426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/recover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ func TestFlashbackSchema(t *testing.T) {
tk.MustExec("grant drop on *.* to 'testflashbackschema'@'localhost';")
newTk.MustGetErrCode("flashback database t_recover", errno.ErrDBaccessDenied)

// Got select, create and drop privilege, execute success.
// Got create and drop privilege, execute success.
tk.MustExec("grant create on *.* to 'testflashbackschema'@'localhost';")
newTk.MustExec("flashback schema t_recover")

Expand Down

0 comments on commit bb9a426

Please sign in to comment.