diff --git a/executor/recover_test.go b/executor/recover_test.go index 6f43fdca59d55..92aa83ec99d3e 100644 --- a/executor/recover_test.go +++ b/executor/recover_test.go @@ -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")