summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/perfschema/r/grant.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/grant.result')
-rw-r--r--mysql-test/suite/perfschema/r/grant.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/r/grant.result b/mysql-test/suite/perfschema/r/grant.result
new file mode 100644
index 00000000..46794992
--- /dev/null
+++ b/mysql-test/suite/perfschema/r/grant.result
@@ -0,0 +1,7 @@
+create user a@localhost;
+connect a,localhost,a;
+select * from performance_schema.global_status where variable_name='b';
+VARIABLE_NAME VARIABLE_VALUE
+connection default;
+disconnect a;
+drop user a@localhost;