Skip to content

Commit d5822a3

Browse files
committed
Fixed some galera tests
1 parent d62b758 commit d5822a3

File tree

7 files changed

+8
-0
lines changed

7 files changed

+8
-0
lines changed

mysql-test/suite/galera/include/galera_sst_set_mysqldump.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
--connection node_1
88
# We need a user with a password to perform SST, otherwise we hit LP #1378253
9+
CREATE USER 'sst';
910
GRANT ALL PRIVILEGES ON *.* TO 'sst';
1011

1112
--let $wsrep_sst_auth_orig = `SELECT @@wsrep_sst_auth`

mysql-test/suite/galera/r/galera_ist_mysqldump.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Setting SST method to mysqldump ...
2+
CREATE USER 'sst';
23
GRANT ALL PRIVILEGES ON *.* TO 'sst';
34
SET GLOBAL wsrep_sst_auth = 'sst:';
45
SET GLOBAL wsrep_sst_method = 'mysqldump';

mysql-test/suite/galera/r/galera_sst_mysqldump.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Setting SST method to mysqldump ...
2+
CREATE USER 'sst';
23
GRANT ALL PRIVILEGES ON *.* TO 'sst';
34
SET GLOBAL wsrep_sst_auth = 'sst:';
45
SET GLOBAL wsrep_sst_method = 'mysqldump';

mysql-test/suite/galera/r/galera_sst_mysqldump_with_key.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Setting SST method to mysqldump ...
2+
CREATE USER 'sst';
23
GRANT ALL PRIVILEGES ON *.* TO 'sst';
34
SET GLOBAL wsrep_sst_auth = 'sst:';
45
SET GLOBAL wsrep_sst_method = 'mysqldump';

mysql-test/suite/galera/r/mysql-wsrep#237.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ SLEEP(1)
88
0
99
SET DEBUG_SYNC= 'now SIGNAL continue';
1010
DROP TABLE t;
11+
SET DEBUG_SYNC= 'RESET';

mysql-test/suite/galera/r/mysql-wsrep#33.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Setting SST method to mysqldump ...
2+
CREATE USER 'sst';
23
GRANT ALL PRIVILEGES ON *.* TO 'sst';
34
SET GLOBAL wsrep_sst_auth = 'sst:';
45
SET GLOBAL wsrep_sst_method = 'mysqldump';

mysql-test/suite/galera/t/mysql-wsrep#237.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ SET DEBUG_SYNC= 'now SIGNAL continue';
2929
--reap
3030

3131
DROP TABLE t;
32+
--connection node_1a
33+
SET DEBUG_SYNC= 'RESET';

0 commit comments

Comments
 (0)