Commit e2e81155 authored by Bjorn Munch's avatar Bjorn Munch

Remove obsolete comments after fixing 42408

parents 79a1ba30 ebd84796
...@@ -3662,11 +3662,6 @@ sub extract_warning_lines ($$) { ...@@ -3662,11 +3662,6 @@ sub extract_warning_lines ($$) {
my @patterns = my @patterns =
( (
# The patterns for detection of [Warning] and [ERROR]
# in the server log files have been faulty for a longer period
# and correcting them shows a few additional harmless warnings.
# Thus those patterns are temporarily removed from the list
# of patterns. For more info see BUG#42408
qr/^Warning:|mysqld: Warning|\[Warning\]/, qr/^Warning:|mysqld: Warning|\[Warning\]/,
qr/^Error:|\[ERROR\]/, qr/^Error:|\[ERROR\]/,
qr/^==\d*==/, # valgrind errors qr/^==\d*==/, # valgrind errors
......
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