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:
@ -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/,
|
||||
|
Reference in New Issue
Block a user