mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
make @@wsrep_provider and @@wsrep_notify_cmd read-only
this should simplify run-time cluster management
This commit is contained in:
@@ -30,7 +30,7 @@ INSERT INTO t1 VALUES ('node2_committed_before');
|
||||
INSERT INTO t1 VALUES ('node2_committed_before');
|
||||
COMMIT;
|
||||
Unloading wsrep provider ...
|
||||
SET GLOBAL wsrep_provider = 'none';
|
||||
SET GLOBAL wsrep_cluster_address = '';
|
||||
connection node_1;
|
||||
SET AUTOCOMMIT=OFF;
|
||||
START TRANSACTION;
|
||||
|
Reference in New Issue
Block a user