summaryrefslogtreecommitdiff
path: root/mysql-test/r/lowercase_table3.result
diff options
context:
space:
mode:
authorBjorn Munch <Bjorn.Munch@sun.com>2009-08-28 16:13:27 +0200
committerBjorn Munch <Bjorn.Munch@sun.com>2009-08-28 16:13:27 +0200
commitdbbf8d83ffd07887f4430acf99ea2cc82bafadfd (patch)
treedbfa7d276445a6a671e82c03bf0f2b395452e4fc /mysql-test/r/lowercase_table3.result
parentd458d55755d7acc83db89d6ca0e2cf008000a8c7 (diff)
downloadmariadb-git-dbbf8d83ffd07887f4430acf99ea2cc82bafadfd.tar.gz
Bug #42408 Faulty regex for detecting [Warning] and [ERROR] in mysqld error log
Some follow-up test fixes after seeing effect in PB2
Diffstat (limited to 'mysql-test/r/lowercase_table3.result')
-rw-r--r--mysql-test/r/lowercase_table3.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/lowercase_table3.result b/mysql-test/r/lowercase_table3.result
index 1ef7d04bb1d..22e80aaeb26 100644
--- a/mysql-test/r/lowercase_table3.result
+++ b/mysql-test/r/lowercase_table3.result
@@ -1,4 +1,4 @@
-call mtr.add_suppression("Cannot find or open table test/BUG29839 from .*");
+call mtr.add_suppression("Cannot find or open table test/BUG29839 from");
DROP TABLE IF EXISTS t1,T1;
CREATE TABLE t1 (a INT);
SELECT * FROM T1;