summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/grant.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/t/grant.test')
-rw-r--r--mysql-test/suite/perfschema/t/grant.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/perfschema/t/grant.test b/mysql-test/suite/perfschema/t/grant.test
index 446965dfe9d..9a52a17223b 100644
--- a/mysql-test/suite/perfschema/t/grant.test
+++ b/mysql-test/suite/perfschema/t/grant.test
@@ -4,7 +4,7 @@
# MDEV-22884 Assertion `grant_table || grant_table_role' failed on perfschema
#
create user a@localhost;
-connect a,localhost,a;
+connect a,localhost,a,,"*NO-ONE*";
select * from performance_schema.global_status where variable_name='b';
connection default;
disconnect a;