mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
--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; |