mariadb/mysql-test/include/have_example_key_management_plugin.inc
2015-02-10 10:21:17 +01:00

5 lines
192 B
PHP

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