mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
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: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
parent
5dc2fe4815
commit
78fcb9474c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue