File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change
1
+ connection node_2;
2
+ connection node_1;
1
3
Setting SST method to mysqldump ...
2
4
call mtr.add_suppression("WSREP: wsrep_sst_method is set to 'mysqldump' yet mysqld bind_address is set to '127.0.0.1'");
3
5
call mtr.add_suppression("Failed to load slave replication state from table mysql.gtid_slave_pos");
@@ -214,4 +216,5 @@ CALL mtr.add_suppression("Can't open and lock time zone table");
214
216
CALL mtr.add_suppression("Can't open and lock privilege tables");
215
217
CALL mtr.add_suppression("Info table is not ready to be used");
216
218
CALL mtr.add_suppression("Native table .* has the wrong structure");
219
+ CALL mtr.add_suppression("Table \'mysql.gtid_slave_pos\' doesn\'t exist");
217
220
DROP USER sslsst;
Original file line number Diff line number Diff line change 5
5
6
6
[mysqld.1]
7
7
wsrep_provider_options =' base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true'
8
- wsrep_causal_reads =0
9
8
wsrep_sync_wait =0
10
9
11
10
[mysqld.2]
12
11
wsrep_provider_options =' base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'
13
- wsrep_causal_reads =0
14
12
wsrep_sync_wait =0
15
13
16
- [mysqld]
17
- wsrep_debug =1
18
-
19
14
[client]
20
15
ssl-ca =@ENV.MYSQL_TEST_DIR/std_data/cacert.pem
21
16
ssl-cert =@ENV.MYSQL_TEST_DIR/std_data/client-cert.pem
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ GRANT USAGE ON *.* TO sslsst REQUIRE SSL;
20
20
SET GLOBAL wsrep_sst_auth = 'sslsst:';
21
21
22
22
# We set the required mysqldump SST options here so that they are used every time the server is restarted during the test
23
- --let $start_mysqld_params = --wsrep_sst_auth=sst:'sslsst:' --wsrep_sst_method=mysqldump --wsrep-sst-receive-address=127.0.0.1:$NODE_MYPORT_2 --skip-grant-tables
23
+ --let $start_mysqld_params = --wsrep_sst_auth=sst:'sslsst:' --wsrep_sst_method=mysqldump --wsrep-sst-receive-address=127.0.0.1:$NODE_MYPORT_2
24
24
25
25
--source suite/galera/include/galera_st_shutdown_slave.inc
26
26
--source suite/galera/include/galera_st_kill_slave.inc
You can’t perform that action at this time.
0 commit comments