diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 1dc3ce9ed85..4ba21bf383e 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3422,8 +3422,8 @@ sub extract_warning_lines ($) { my @patterns = ( - qr/^Warning:|mysqld: Warning|\\[Warning\\]/, - qr/^Error:|\\[ERROR\\]/, + qr/^Warning:|mysqld: Warning|\[Warning\]/, + qr/^Error:|\[ERROR\]/, qr/^==.* at 0x/, qr/InnoDB: Warning|InnoDB: Error/, qr/^safe_mutex:|allocated at line/,