mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
--source include/not_embedded.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; |