mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
6 lines
206 B
PHP
6 lines
206 B
PHP
|
if (!`SELECT count(*) FROM information_schema.plugins WHERE
|
||
|
plugin_name = 'federated' AND plugin_status = 'active' AND
|
||
|
plugin_description LIKE '%FederatedX%'`){
|
||
|
skip Need FederatedX engine;
|
||
|
}
|