Add missing have_perfschema.inc

This commit is contained in:
Marko Mäkelä 2021-03-30 16:14:19 +03:00
commit 7c423c26d9
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
--source include/have_debug.inc
--source include/have_debug_sync.inc
--source include/have_binlog_format_row.inc
--source include/have_perfschema.inc
# Valgrind does not work well with test that crashes the server
--source include/not_valgrind.inc

View file

@ -5,6 +5,7 @@
-- source include/have_innodb.inc
-- source include/have_log_bin.inc
-- source include/have_perfschema.inc
select variable_value from information_schema.global_status where variable_name="handler_read_key" into @global_read_key;
show columns from information_schema.client_statistics;