polardbxengine/mysql-test/suite/x/include/have_performance_schema_thr...

6 lines
212 B
PHP

# Do not run the test when PFS thread monitoring is disabled
if (`SELECT COUNT(*)=0 as `running_threads` from performance_schema.threads ;`)
{
skip Needs DISABLE_PSI_THREAD (cmake options) to be set to zero;
}