mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
9 lines
281 B
Text
9 lines
281 B
Text
# Tests for PERFORMANCE_SCHEMA
|
|
# Check server start options, read from a .cnf file
|
|
|
|
--source include/not_embedded.inc
|
|
--source include/have_perfschema.inc
|
|
|
|
show variables like 'performance_schema_max_thread_classes';
|
|
show variables like 'performance_schema_max_thread_instances';
|
|
|