diff options
Diffstat (limited to 'mysql-test/suite/roles/set_role-simple.result')
-rw-r--r-- | mysql-test/suite/roles/set_role-simple.result | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/suite/roles/set_role-simple.result b/mysql-test/suite/roles/set_role-simple.result index af237113bb3..59e61d4836a 100644 --- a/mysql-test/suite/roles/set_role-simple.result +++ b/mysql-test/suite/roles/set_role-simple.result @@ -2,7 +2,8 @@ create user test_user@localhost; create role test_role1; grant test_role1 to test_user@localhost; select user, host from mysql.user where user not like 'root'; -user host +User Host +mariadb.sys localhost test_role1 test_user localhost select * from mysql.roles_mapping; |