mariadb/mysql-test/include/have_blackhole_plugin.inc

6 lines
152 B
PHP
Raw Normal View History

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