diff options
Diffstat (limited to 'mysql-test/suite/roles/admin.result')
-rw-r--r-- | mysql-test/suite/roles/admin.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/roles/admin.result b/mysql-test/suite/roles/admin.result index 2ecbfae4516..be4c2088cc3 100644 --- a/mysql-test/suite/roles/admin.result +++ b/mysql-test/suite/roles/admin.result @@ -6,7 +6,7 @@ create role role3 with admin current_role; ERROR 0L000: Invalid definer create role role3 with admin role1; create role role4 with admin root@localhost; -connect c1, localhost, foo,,; +connect c1, localhost, foo,,"*NO-ONE*"; create role role5 with admin root@localhost; ERROR 42000: Access denied; you need (at least one of) the SUPER, SET USER privilege(s) for this operation create role role5 with admin role3; |