summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_blackhole_plugin.inc
blob: 749efd343d6a10c80cd7fd296d4866f7c4b8e2c4 (plain)
1
2
3
4
5
if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%blackhole%'`)
{
  --skip blackhole plugin not available;
}