mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 20:25:32 +02:00
13 lines
379 B
Text
13 lines
379 B
Text
--source include/galera_cluster.inc
|
|
--source include/have_innodb.inc
|
|
|
|
set @start_value = @@wsrep_certify_nonpk;
|
|
|
|
set @@global.wsrep_certify_nonpk=ON;
|
|
set @@global.wsrep_certify_nonpk=OFF;
|
|
set @@global.wsrep_certify_nonpk=1;
|
|
set @@global.wsrep_certify_nonpk=0;
|
|
--Error ER_WRONG_TYPE_FOR_VAR
|
|
SET @@global.wsrep_certify_nonpk = -1;
|
|
|
|
set @@global.wsrep_certify_nonpk = @start_value;
|