Commit 946a958c authored by sayantan.dutta@oracle.com's avatar sayantan.dutta@oracle.com

merge #64127 5.1 => 5.5

parents 478bd9ce e7edf697
......@@ -4271,7 +4271,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/,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment