mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
5 lines
152 B
PHP
5 lines
152 B
PHP
if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%blackhole%'`)
|
|
{
|
|
--skip blackhole plugin not available;
|
|
}
|
|
|