summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/start_server_no_setup_objects.result
blob: 630284c69be19ac2ea0a7b834edc00f5045cbc3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
show databases;
Database
information_schema
mtr
mysql
performance_schema
test
select count(*) from performance_schema.performance_timers;
count(*)
5
select count(*) from performance_schema.setup_consumers;
count(*)
12
select count(*) > 3 from performance_schema.setup_instruments;
count(*) > 3
1
select count(*) from performance_schema.setup_timers;
count(*)
4
show engine PERFORMANCE_SCHEMA status;
show status like "performance_schema%";
show variables like "performance_schema_setup_objects_size";
Variable_name	Value
performance_schema_setup_objects_size	0
select count(*) from performance_schema.setup_objects;
count(*)
0