diff options
Diffstat (limited to 'mysql-test/suite/perfschema/r/grant.result')
-rw-r--r-- | mysql-test/suite/perfschema/r/grant.result | 7 |
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; |