diff options
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/mtr_report.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl index 37863ce4187..929320b7653 100644 --- a/mysql-test/lib/mtr_report.pl +++ b/mysql-test/lib/mtr_report.pl @@ -377,7 +377,8 @@ sub mtr_report_stats ($) { # rpl_skip_error and binlog_killed_simulate produce an error which is skipped (slave does not stop) (($testname eq 'rpl.rpl_skip_error' or - $testname eq 'binlog.binlog_killed_simulate') and + $testname eq 'binlog.binlog_killed_simulate' or + $testname eq 'binlog.binlog_killed') and (/Failed to write to mysql\.general_log/ )) or |