diff options
Diffstat (limited to 'mysql-test/suite/perfschema/t/schema.test')
-rw-r--r-- | mysql-test/suite/perfschema/t/schema.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/schema.test b/mysql-test/suite/perfschema/t/schema.test new file mode 100644 index 00000000..d12ba2e2 --- /dev/null +++ b/mysql-test/suite/perfschema/t/schema.test @@ -0,0 +1,7 @@ +# Tests for PERFORMANCE_SCHEMA +# Show existing objects and information about their structure + +--source include/not_embedded.inc +--source include/have_perfschema.inc +--source ../include/schema.inc + |