Skip to content

Commit

Permalink
Add missing have_perfschema.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Mar 30, 2021
1 parent c468d5c commit 7c423c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/binlog/t/binlog_xa_recover.test
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions mysql-test/t/userstat.test
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c423c2

Please sign in to comment.