mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
refs MW-246
- created mtr test for testing explicit desyncing with RSU mode DDL
This commit is contained in:
committed by
Nirbhay Choubey
parent
4bdf0258b6
commit
13627d49a9
11
mysql-test/suite/galera/r/mysql-wsrep#247.result
Normal file
11
mysql-test/suite/galera/r/mysql-wsrep#247.result
Normal file
@@ -0,0 +1,11 @@
|
||||
SET GLOBAL wsrep_desync=1;
|
||||
SET wsrep_OSU_method=RSU;
|
||||
CREATE TABLE t1 (i int primary key);
|
||||
SHOW VARIABLES LIKE 'wsrep_desync';
|
||||
Variable_name Value
|
||||
wsrep_desync ON
|
||||
SET GLOBAL wsrep_desync=0;
|
||||
DROP TABLE t1;
|
||||
SHOW VARIABLES LIKE 'wsrep_desync';
|
||||
Variable_name Value
|
||||
wsrep_desync OFF
|
||||
Reference in New Issue
Block a user