blob: 04140310cf48bd50a1d8f01671f41defc32f84ba (
plain)
1
2
3
4
5
6
7
8
9
|
# Tests for PERFORMANCE_SCHEMA
# Check server start options, read from a .cnf file
--source include/not_embedded.inc
--source include/have_perfschema.inc
show global variables like 'performance_schema_max_thread_classes';
show global variables like 'performance_schema_max_thread_instances';
|