summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/set_role-database-simple.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/roles/set_role-database-simple.result')
-rw-r--r--mysql-test/suite/roles/set_role-database-simple.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/roles/set_role-database-simple.result b/mysql-test/suite/roles/set_role-database-simple.result
index e21a55edf2e..156a4453b69 100644
--- a/mysql-test/suite/roles/set_role-database-simple.result
+++ b/mysql-test/suite/roles/set_role-database-simple.result
@@ -2,7 +2,7 @@ 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
test_role1
test_user localhost
select * from mysql.roles_mapping;