Commit 2e4ae477 authored by unknown's avatar unknown

Bug #64127: MTR --warnings option misses some of InnoDB errors and warnings

parent 88bbc346
......@@ -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/,
......
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