mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
5 lines
144 B
PHP
5 lines
144 B
PHP
|
if (`select count(*) < 2 from information_schema.plugins where plugin_name like 'rpl_semi_sync_%'`)
|
||
|
{
|
||
|
--skip Test requires semisync plugins
|
||
|
}
|