1
0
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:
Philip Stoev
2015-07-10 07:17:20 -07:00
committed by Nirbhay Choubey
parent 10f5c08f4b
commit 83579c2ff3
8 changed files with 18 additions and 16 deletions

View File

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