1# To be used in a test which requires server to be compiled with wsrep support
2# (-DWITH_WSREP=ON) and wsrep plugin is ACTIVE.
3
4if (`SELECT COUNT(*)=0 FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'wsrep' AND PLUGIN_STATUS='ACTIVE'`)
5{
6  --skip Test requires wsrep plugin.
7}
8
9