Skip to content

Commit

Permalink
MDEV-31857 fix galera.MW-284
Browse files Browse the repository at this point in the history
followup for abcd23a
  • Loading branch information
vuvova committed Feb 14, 2024
1 parent 8dee23c commit fe07ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/galera/t/MW-284.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ call mtr.add_suppression("\\[ERROR\\] Error reading packet from server: WSREP ha
call mtr.add_suppression("WSREP has not yet prepared node for application use");

--disable_query_log
--eval CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_PORT=$NODE_MYPORT_1, MASTER_USER='root', MASTER_CONNECT_RETRY=1;
--eval CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_PORT=$NODE_MYPORT_1, MASTER_USER='root', MASTER_CONNECT_RETRY=1, MASTER_SSL_VERIFY_SERVER_CERT=0;
--enable_query_log

--connection node_1
Expand Down

0 comments on commit fe07ac3

Please sign in to comment.