blob: 56ce31f5b2fdc7d57e76b0215625826113346d6f (
plain)
1
2
3
4
5
|
if (!`SELECT count(*) FROM information_schema.plugins WHERE
plugin_name = 'federated' AND plugin_status = 'active' AND
plugin_description LIKE '%FederatedX%'`){
skip Need FederatedX engine;
}
|