mariadb/mysql-test/include/have_plugin_auth.inc
Sergei Golubchik 4f435bddfd 5.3 merge
2012-01-13 15:50:02 +01:00

4 lines
163 B
PHP

if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'test_plugin_server' and plugin_status='active'`)
{
--skip Needs auth_test_plugin
}