1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Bug #42408 Faulty regex for detecting [Warning] and [ERROR] in mysqld error log

Some follow-up test fixes after seeing effect in PB2
This commit is contained in:
Bjorn Munch
2009-08-28 16:13:27 +02:00
parent d458d55755
commit dbbf8d83ff
9 changed files with 10 additions and 4 deletions

View File

@@ -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;