summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/wsrep/t/wsrep_provider_plugin_wsrep_off.test
blob: b99b87696afde197b915ab60e9a0bec24dda5cea (plain)
1
2
3
4
5
6
--source include/have_wsrep.inc
--source include/have_innodb.inc

SELECT @@wsrep_on;

select variable_type, global_value from information_schema.system_variables where variable_name = 'wsrep_provider%';