polardbxengine/mysql-test/include/have_plugin_auth.inc

5 lines
188 B
PHP

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