mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00
6 lines
147 B
PHP
6 lines
147 B
PHP
if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%archive%'`)
|
|
{
|
|
--skip archive plugin not available
|
|
}
|
|
|