diff options
author | mkindahl@dl145h.mysql.com <> | 2008-02-05 08:22:27 +0100 |
---|---|---|
committer | mkindahl@dl145h.mysql.com <> | 2008-02-05 08:22:27 +0100 |
commit | 6c6c278e0cc0dbece39ee848571e63bd0ecfa8b6 (patch) | |
tree | b369c7cbaf827a3e4141a87c5345dd356ea6d433 /mysql-test/lib | |
parent | 1dc96b388ee0934b1cd666526c16e51607d400e0 (diff) | |
download | mariadb-git-6c6c278e0cc0dbece39ee848571e63bd0ecfa8b6.tar.gz |
Disabling test case binlog_old_version for embedded server.
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 |