mariadb/mysql-test/include/have_archive_plugin.inc

6 lines
147 B
PHP
Raw Normal View History

if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%archive%'`)
{
--skip archive plugin not available
}