Skip to content

Commit de22cd3

Browse files
committed
Fixes for failures in test scripts and removal of some compiler warnings
- rpl_gtid_stop_start: Random failure - sysvars_innodb,32bit: Fixes for 32 bit
1 parent bf95970 commit de22cd3

File tree

5 files changed

+69
-57
lines changed

5 files changed

+69
-57
lines changed

mysql-test/suite/rpl/r/rpl_gtid_stop_start.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ include/stop_slave.inc
88
Master_Log_File = 'master-bin.000001'
99
Using_Gtid = 'No'
1010
CHANGE MASTER TO master_use_gtid=current_pos;
11+
FLUSH LOGS;
1112
connection server_1;
1213
FLUSH LOGS;
1314
include/wait_for_purge.inc "master-bin.000002"

mysql-test/suite/rpl/t/rpl_gtid_stop_start.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ CHANGE MASTER TO master_use_gtid=current_pos;
2828
--write_file $MYSQLTEST_VARDIR/tmp/mysqld.2.expect
2929
wait
3030
EOF
31+
FLUSH LOGS;
3132
--shutdown_server 30
3233
--source include/wait_until_disconnected.inc
3334

0 commit comments

Comments
 (0)