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