mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Galera MTR Tests: fixes for mysqldump SST/IST tests
This commit is contained in:
committed by
Nirbhay Choubey
parent
10f5c08f4b
commit
83579c2ff3
@@ -1,6 +1,6 @@
|
||||
Setting SST method to mysqldump ...
|
||||
GRANT ALL PRIVILEGES ON *.* TO 'sst' IDENTIFIED BY 'sst';
|
||||
SET GLOBAL wsrep_sst_auth = 'sst:sst';
|
||||
GRANT ALL PRIVILEGES ON *.* TO 'sst';
|
||||
SET GLOBAL wsrep_sst_auth = 'sst:';
|
||||
SET GLOBAL wsrep_sst_method = 'mysqldump';
|
||||
Performing State Transfer on a server that has been temporarily disconnected
|
||||
CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB;
|
||||
|
Reference in New Issue
Block a user