Commit 04133fcd authored by Magnus Svensson's avatar Magnus Svensson

WL#4189 mtr.pl v2

 - Remove double escape of [ and ]
parent db045c0b
...@@ -3422,8 +3422,8 @@ sub extract_warning_lines ($) { ...@@ -3422,8 +3422,8 @@ sub extract_warning_lines ($) {
my @patterns = my @patterns =
( (
qr/^Warning:|mysqld: Warning|\\[Warning\\]/, qr/^Warning:|mysqld: Warning|\[Warning\]/,
qr/^Error:|\\[ERROR\\]/, qr/^Error:|\[ERROR\]/,
qr/^==.* at 0x/, qr/^==.* at 0x/,
qr/InnoDB: Warning|InnoDB: Error/, qr/InnoDB: Warning|InnoDB: Error/,
qr/^safe_mutex:|allocated at line/, qr/^safe_mutex:|allocated at line/,
......
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