diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-14 18:58:55 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-14 18:58:55 +0300 |
commit | 5579c38991c100ef175d2f9a6fb29882d2993d14 (patch) | |
tree | 833a73023ba17a83079c5c572f5e04455c10971d /mysql-test | |
parent | ad5edf3c1582223a17abdcb6534cd7345767f4c8 (diff) | |
download | mariadb-git-5579c38991c100ef175d2f9a6fb29882d2993d14.tar.gz |
MDEV-22884: Adjust the test for PLUGIN_PERFSCHEMA=NO
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/perfschema/t/grant.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/grant.test b/mysql-test/suite/perfschema/t/grant.test index 9002357491d..446965dfe9d 100644 --- a/mysql-test/suite/perfschema/t/grant.test +++ b/mysql-test/suite/perfschema/t/grant.test @@ -1,4 +1,5 @@ --source include/not_embedded.inc +--source include/have_perfschema.inc # # MDEV-22884 Assertion `grant_table || grant_table_role' failed on perfschema # |