mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Problem - this failure occured in the test added for the fix of the
bug-13333431. The basic problem of the failure was the
value of the report_port which persisted even after the end
of the test (ie. rpl_end.inc). So this causes the assertion
in the test to fail if it is executed again.
Fix - restarted the server with the default value being passed to the
report_port after testing the two expected case so that in the
next run of the test we will not encounter the previous value of
report_port.
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed