mysql5/mysql-5.7.27/mysql-test/include/have_perfschema.inc

6 lines
146 B
PHP

if (!`SELECT count(*) FROM information_schema.engines WHERE
engine = 'PERFORMANCE_SCHEMA'`){
skip Need performance schema compiled in;
}