summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/show_grants_replicated.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/roles/show_grants_replicated.result')
-rw-r--r--mysql-test/suite/roles/show_grants_replicated.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/roles/show_grants_replicated.result b/mysql-test/suite/roles/show_grants_replicated.result
index cb9df65dbbd..7b090c982f0 100644
--- a/mysql-test/suite/roles/show_grants_replicated.result
+++ b/mysql-test/suite/roles/show_grants_replicated.result
@@ -17,7 +17,7 @@ connection slave;
# it's visible in mysql.user and I_S:
#
select user, host, is_role from mysql.user where user in ('u1', 'r1');
-user host is_role
+User Host is_role
r1 Y
u1 % N
select * from information_schema.applicable_roles;