1
0
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:
Sergei Golubchik
2021-02-18 14:20:48 +01:00
parent cbbbdb9c3b
commit ce3a2a688d
17 changed files with 24 additions and 313 deletions

View File

@@ -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;