mariadb/mysql-test/suite/encryption/t/filekeys_plugin_exists.inc
Jan Lindström c83810f402 Fix test failures seen on buildbot where file_key_management plugin
is linked statically and dynamic plugin is not available.
2015-09-17 16:40:31 +03:00

4 lines
84 B
PHP

if (!$FILE_KEY_MANAGEMENT_SO)
{
--skip Needs dynamic file_key_management plugin
}