polardbxengine/mysql-test/include/have_plugin_interface.inc

5 lines
187 B
PHP

if (!`select count(*) FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME='qa_auth_interface' and PLUGIN_LIBRARY LIKE 'qa_auth_interface%'`) {
--skip Need the plugin qa_auth_interface
}