fix for galera_query_cache_invalidate test results

This commit is contained in:
Julius Goryavsky 2025-01-27 23:07:23 +01:00
parent 0018df2b55
commit bcb87f5ccb
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@ call mtr.add_suppression("WSREP: Ignoring server id .* for non bootstrap node");
connection node_4;
call mtr.add_suppression("WSREP: Ignoring server id .* for non bootstrap node");
connection node_3;
CHANGE MASTER TO master_host='127.0.0.1', master_user='root', master_port=NODE_MYPORT_1, master_use_gtid=current_pos;;
START SLAVE;
include/wait_for_slave_to_start.inc
connection node_1;

View File

@ -28,8 +28,9 @@ call mtr.add_suppression("WSREP: Ignoring server id .* for non bootstrap node");
--connection node_3
--replace_result $NODE_MYPORT_1 NODE_MYPORT_1
--disable_query_log
--eval CHANGE MASTER TO master_host='127.0.0.1', master_user='root', MASTER_PORT=$NODE_MYPORT_1, master_use_gtid=current_pos
--enable_query_log
START SLAVE;
--source include/wait_for_slave_to_start.inc