blob: 9b32552436fe1ac0e2034b55ca0ffda5b48f1182 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--source include/not_embedded.inc
--source include/have_wsrep.inc
#
# @@global.wsrep_on is not allowed if there
# is no wsrep_provider
#
--error ER_WRONG_ARGUMENTS
SET GLOBAL wsrep_on=ON;
SELECT @@global.wsrep_on;
|