1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

This commit is contained in:
sayantan.dutta@oracle.com
2012-01-31 17:09:32 +05:30
parent 0f43f70d51
commit e7edf69742

View File

@ -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/,