mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
5 lines
151 B
PHP
5 lines
151 B
PHP
if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%federated%'`)
|
|
{
|
|
--skip federated plugin not available
|
|
}
|
|
|