mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Add missing have_perfschema.inc
This commit is contained in:
parent
c468d5cb50
commit
7c423c26d9
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue