diff options
author | Marko Mäkelä <marko.makela@oracle.com> | 2012-02-02 12:07:06 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@oracle.com> | 2012-02-02 12:07:06 +0200 |
commit | ed822984e1397745310e11ca6c71092ef587e24f (patch) | |
tree | 5d78d2469a4dc4ab5b4d94602ef282adb512cc8b /mysql-test | |
parent | 4e096d2a456a93c61ad3da3163a2386b9c1d8317 (diff) | |
download | mariadb-git-ed822984e1397745310e11ca6c71092ef587e24f.tar.gz |
Suppress messages about long semaphore waits in innodb_bug34300.test.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/innodb/t/innodb_bug34300.test | 1 | ||||
-rw-r--r-- | mysql-test/suite/innodb_plugin/t/innodb_bug34300.test | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/innodb_bug34300.test b/mysql-test/suite/innodb/t/innodb_bug34300.test index 432ddd03547..6c516ccb73e 100644 --- a/mysql-test/suite/innodb/t/innodb_bug34300.test +++ b/mysql-test/suite/innodb/t/innodb_bug34300.test @@ -7,6 +7,7 @@ -- disable_query_log -- disable_result_log +call mtr.add_suppression("InnoDB: Warning: a long semaphore wait:"); # set packet size and reconnect SET @@global.max_allowed_packet=16777216; diff --git a/mysql-test/suite/innodb_plugin/t/innodb_bug34300.test b/mysql-test/suite/innodb_plugin/t/innodb_bug34300.test index d91ce205042..8be53f0db30 100644 --- a/mysql-test/suite/innodb_plugin/t/innodb_bug34300.test +++ b/mysql-test/suite/innodb_plugin/t/innodb_bug34300.test @@ -7,6 +7,7 @@ -- disable_query_log -- disable_result_log +call mtr.add_suppression("InnoDB: Warning: a long semaphore wait:"); # set packet size and reconnect let $max_packet=`select @@global.max_allowed_packet`; |