summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorBjorn Munch <Bjorn.Munch@sun.com>2009-10-08 14:31:39 +0200
committerBjorn Munch <Bjorn.Munch@sun.com>2009-10-08 14:31:39 +0200
commit79060e12ee42295d7269368a2a2584eecbce8191 (patch)
treeb750e7e350202c127ee70ca59cf3caf4fa79b936 /mysql-test
parent9edd40c87e355890aabec9b7961a992c6ddc9558 (diff)
downloadmariadb-git-79060e12ee42295d7269368a2a2584eecbce8191.tar.gz
Remove obsolete comments after fixing 42408
Diffstat (limited to 'mysql-test')
-rwxr-xr-xmysql-test/mysql-test-run.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 3f705019ea8..1be4a8aabd3 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -3654,11 +3654,6 @@ sub extract_warning_lines ($$) {
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/^Error:|\[ERROR\]/,
qr/^==\d*==/, # valgrind errors