blob: dabef20efe37d1c845ca94bd04ab97faab921fcd (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Tests for PERFORMANCE_SCHEMA
--source include/not_embedded.inc
--source include/have_perfschema.inc
--source ../include/start_server_common.inc
# Expecting nothing lost with default parameters
show global status like "performance_schema%";
|