summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_wsrep_enabled.inc
blob: 9287369c87c9273d09059f90915b5132ab5714e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# To be used in a test which requires wsrep plugin to be ACTIVE and enabled
# (i.e. wsrep_on=ON). It includes have_wsrep.inc.

--source include/have_wsrep.inc
--source include/have_innodb.inc

if (`SELECT COUNT(*)=0 FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME = 'wsrep_on' AND VARIABLE_VALUE='ON'`)
{
  --skip Test requires wsrep_on=ON
}
--source include/wait_until_ready.inc