summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/start_server_off.test
blob: a46c2898865051f28dff9d0f3bc9b098ae2cb329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Tests for PERFORMANCE_SCHEMA

--source include/not_embedded.inc
--source include/have_perfschema.inc

--source ../include/start_server_common.inc

# Expecting all off / zero
show status like "performance_schema%";

# Expect all consumers disabled

select * from performance_schema.setup_consumers;

# Expect no instruments

select * from performance_schema.setup_instruments;

select * from performance_schema.setup_actors;
select * from performance_schema.setup_objects;
select * from performance_schema.setup_timers;