Commit 7c423c26 authored by Marko Mäkelä's avatar Marko Mäkelä

Add missing have_perfschema.inc

parent c468d5cb
......@@ -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
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment