diff options
Diffstat (limited to 'mysql-test/suite/roles/grant_empty.result')
-rw-r--r-- | mysql-test/suite/roles/grant_empty.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/roles/grant_empty.result b/mysql-test/suite/roles/grant_empty.result index cfe74fa7aa3..3316c755b9f 100644 --- a/mysql-test/suite/roles/grant_empty.result +++ b/mysql-test/suite/roles/grant_empty.result @@ -1,5 +1,5 @@ grant '' to foo@localhost; -ERROR OP000: Invalid role specification ``. +ERROR OP000: Invalid role specification `` create user ''@localhost; create role r1; grant r1 to ''@localhost; |