summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/grant_empty.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/roles/grant_empty.result')
-rw-r--r--mysql-test/suite/roles/grant_empty.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/roles/grant_empty.result b/mysql-test/suite/roles/grant_empty.result
index 3316c755b9f..2e4542993ba 100644
--- a/mysql-test/suite/roles/grant_empty.result
+++ b/mysql-test/suite/roles/grant_empty.result
@@ -9,8 +9,8 @@ current_user
@localhost
show grants;
Grants for @localhost
-GRANT r1 TO ''@'localhost'
-GRANT USAGE ON *.* TO ''@'localhost'
+GRANT `r1` TO ``@`localhost`
+GRANT USAGE ON *.* TO ``@`localhost`
connection default;
drop role r1;
drop user ''@localhost;