polardbxengine/mysql-test/include/have_profiling.inc

6 lines
120 B
PHP

let $have_profiling= `SELECT @@have_profiling`;
if ($have_profiling != YES)
{
--skip Test requires 'have_profiling'
}