Commit 78fcb947 authored by Kristian Nielsen's avatar Kristian Nielsen

Fix sporadic failure in test rpl.rpl_rotate_logs

Clarify confusing comments in the previous commit, and note that the failure
started after push of MDEV-34504.
Signed-off-by: default avatarKristian Nielsen <knielsen@knielsen-hq.org>
parent 5dc2fe48
......@@ -135,8 +135,8 @@ remove_file $MYSQLTEST_VARDIR/tmp/rpl_rotate_logs.tmp;
--enable_result_log
# Disable the warning "is not purged because it is the current active binlog".
# (If the purge is delayed, this warning will not occur, causing .result
# difference).
# This warning will appear or not, depending on whether the timestamp of
# master-bin.000003 ends up earlier than @time_for_purge or not in the test run.
--disable_warnings
purge master logs before (@time_for_purge);
--enable_warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment