diff options
author | unknown <sayantan.dutta@oracle.com> | 2012-01-31 17:09:32 +0530 |
---|---|---|
committer | unknown <sayantan.dutta@oracle.com> | 2012-01-31 17:09:32 +0530 |
commit | 2e4ae477f87f283b8f8b998081c3f28ef8b5f0ce (patch) | |
tree | 20387620770af826c65d64e0a3350ccd0fd0d22d /mysql-test/mysql-test-run.pl | |
parent | 88bbc3463cf98242976304691565dc4270afe32e (diff) | |
download | mariadb-git-2e4ae477f87f283b8f8b998081c3f28ef8b5f0ce.tar.gz |
Bug #64127: MTR --warnings option misses some of InnoDB errors and warnings
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 4e4333767da..5931e64ca4e 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|InnoDB: Error/, + qr/InnoDB: (Warning|WARNING)|InnoDB: (Error|ERROR)/, qr/^safe_mutex:|allocated at line/, qr/missing DBUG_RETURN/, qr/Attempting backtrace/, |