summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/show_grants.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/roles/show_grants.result')
-rw-r--r--mysql-test/suite/roles/show_grants.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/roles/show_grants.result b/mysql-test/suite/roles/show_grants.result
index 5d46b038cf8..31df0113b8e 100644
--- a/mysql-test/suite/roles/show_grants.result
+++ b/mysql-test/suite/roles/show_grants.result
@@ -5,7 +5,7 @@ grant test_role1 to test_user@localhost;
grant test_role2 to test_user@localhost;
grant test_role2 to test_role1;
select user, host from mysql.user where user not like 'root';
-user host
+User Host
test_role1
test_role2
test_user localhost