From 9ac635321b80ccadcc73d6db98378f4828fc6928 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Jan 2012 17:39:40 +0530 Subject: [PATCH] --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 5931e64ca4e..4e4333767da 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3932,7 +3932,7 @@ sub extract_warning_lines ($$) { qr/^Warning:|mysqld: Warning|\[Warning\]/, qr/^Error:|\[ERROR\]/, qr/^==\d+==\s+\S/, # valgrind errors - qr/InnoDB: (Warning|WARNING)|InnoDB: (Error|ERROR)/, + qr/InnoDB: Warning|InnoDB: Error/, qr/^safe_mutex:|allocated at line/, qr/missing DBUG_RETURN/, qr/Attempting backtrace/,