diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-30 14:55:53 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-30 14:55:53 +0200 |
commit | 89d96e3de9f8e8c4ff83c42d3615daf622280439 (patch) | |
tree | ed87e8abab2e8a1f8b8a23ba8988181f5161a18f /mysql-test/include/mix1.inc | |
parent | b227dc82b19d316248e1d1b959616b68b9235de7 (diff) | |
parent | 4c1eb0c1719004b66187a166ddf0765cb481a927 (diff) | |
download | mariadb-git-89d96e3de9f8e8c4ff83c42d3615daf622280439.tar.gz |
mtr: cleaned up some superfluos global warning suppressions
Diffstat (limited to 'mysql-test/include/mix1.inc')
-rw-r--r-- | mysql-test/include/mix1.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/mix1.inc b/mysql-test/include/mix1.inc index 3481d572514..b7146e24d0a 100644 --- a/mysql-test/include/mix1.inc +++ b/mysql-test/include/mix1.inc @@ -634,6 +634,10 @@ drop table t1; drop table bug29807; create table bug29807 (a int); drop table bug29807; +--disable_query_log +call mtr.add_suppression("InnoDB: Error: table .test...bug29807. does not exist in the InnoDB internal"); +call mtr.add_suppression("Cannot find or open table test\/bug29807 from"); +--enable_query_log # |