Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Fixed
-
5.7.x, 8.0.x
-
None
Description
$ ./mtr --debug-server rpl_master_errors --mysqld=--gtid-mode=on --mysqld=--enforce-gtid-consistency=on
results in:
rpl.rpl_master_errors 'mix' [ fail ] ... mysqltest: At line 68: command "$MYSQL_BINLOG -r $MYSQLTEST_VARDIR/tmp/output --read-from-remote-master=BINLOG-DUMP-GTIDS master-bin.000001" succeeded - should have failed with errno 1...
This was not noticed before because normally this test does not run in 5.7 (but does on 8.0 due to the new rpl_gtid suite):
rpl.rpl_master_errors 'mix' [ skipped ] Test requires GTID_MODE=ON. rpl.rpl_master_errors 'row' [ skipped ] Test requires GTID_MODE=ON. rpl.rpl_master_errors 'stmt' [ skipped ] Test requires GTID_MODE=ON.