diff options
Diffstat (limited to 'mysql-test/suite/roles/recursive.result')
-rw-r--r-- | mysql-test/suite/roles/recursive.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/roles/recursive.result b/mysql-test/suite/roles/recursive.result index ece3114747e..897577ba2ff 100644 --- a/mysql-test/suite/roles/recursive.result +++ b/mysql-test/suite/roles/recursive.result @@ -22,7 +22,7 @@ grant role7 to role9; grant role9 to role10; grant role10 to foo@localhost; grant role10 to role2; -ERROR HY000: Cannot grant role 'role10' to: 'role2'. +ERROR HY000: Cannot grant role 'role10' to: 'role2' connect foo, localhost, foo; show grants; Grants for foo@localhost |