From bb9a426a1408d65db9ad1b030dc011721b1a1786 Mon Sep 17 00:00:00 2001 From: Hangjie Mo Date: Thu, 9 Feb 2023 15:11:55 +0800 Subject: [PATCH] Update recover_test.go --- executor/recover_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")