diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-08-25 15:56:50 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-08-25 15:56:50 +0200 |
commit | 3a766492913ecf1d3642063c1fa57b5d94c182a6 (patch) | |
tree | 74d246dafe8173b0625693668a60a99aa173dabe /mysql-test/t/almost_full.test | |
parent | 4692054b182a9c64cdbb1a0a1a5f2f8af4e2ae5e (diff) | |
download | mariadb-git-3a766492913ecf1d3642063c1fa57b5d94c182a6.tar.gz |
Bug #42408 Faulty regex for detecting [Warning] and [ERROR] in mysqld error log
Enabled proper pattern for Warnings and ERRORs
Added some suppressions
Diffstat (limited to 'mysql-test/t/almost_full.test')
-rw-r--r-- | mysql-test/t/almost_full.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/almost_full.test b/mysql-test/t/almost_full.test index 5c67ab3c088..24801f9cbc3 100644 --- a/mysql-test/t/almost_full.test +++ b/mysql-test/t/almost_full.test @@ -2,6 +2,8 @@ # Some special cases with empty tables # +call mtr.add_suppression("The table 't1' is full"); + --disable_warnings drop table if exists t1; --enable_warnings |