diff options
Diffstat (limited to 'mysql-test/suite/roles/admin.test')
-rw-r--r-- | mysql-test/suite/roles/admin.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/roles/admin.test b/mysql-test/suite/roles/admin.test index 242518eb13d..8852b70d348 100644 --- a/mysql-test/suite/roles/admin.test +++ b/mysql-test/suite/roles/admin.test @@ -15,7 +15,7 @@ create role role3 with admin role1; create role role4 with admin root@localhost; # privilege checks, one needs SUPER to specify an arbitrary admin -connect (c1, localhost, foo,,); +connect (c1, localhost, foo,,"*NO-ONE*"); --error ER_SPECIFIC_ACCESS_DENIED_ERROR create role role5 with admin root@localhost; --error ER_SPECIFIC_ACCESS_DENIED_ERROR |