diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-08-28 16:13:27 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-08-28 16:13:27 +0200 |
commit | dbbf8d83ffd07887f4430acf99ea2cc82bafadfd (patch) | |
tree | dbfa7d276445a6a671e82c03bf0f2b395452e4fc /mysql-test/t/lowercase_table3.test | |
parent | d458d55755d7acc83db89d6ca0e2cf008000a8c7 (diff) | |
download | mariadb-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/t/lowercase_table3.test')
-rw-r--r-- | mysql-test/t/lowercase_table3.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/lowercase_table3.test b/mysql-test/t/lowercase_table3.test index 4748953fe95..f7ca8211288 100644 --- a/mysql-test/t/lowercase_table3.test +++ b/mysql-test/t/lowercase_table3.test @@ -9,7 +9,7 @@ --source include/have_case_insensitive_file_system.inc --source include/not_windows.inc -call mtr.add_suppression("Cannot find or open table test/BUG29839 from .*"); +call mtr.add_suppression("Cannot find or open table test/BUG29839 from"); --disable_warnings DROP TABLE IF EXISTS t1,T1; |