diff options
author | Monty <monty@mariadb.org> | 2018-05-23 00:24:28 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2018-05-23 00:33:35 +0300 |
commit | 6e63db265f9c81518a144a0d4e89ea0ce09b3bd3 (patch) | |
tree | f4fc77eb0a76d398060f87255a6497307e055c45 /mysql-test | |
parent | 2dff8fecb744380395b27640833bbe0958e5d935 (diff) | |
download | mariadb-git-6e63db265f9c81518a144a0d4e89ea0ce09b3bd3.tar.gz |
Suppress warnings from partition_open_files_limit
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/partition_open_files_limit.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/partition_open_files_limit.test b/mysql-test/t/partition_open_files_limit.test index e62ebd0ade7..5a0bc9c7cb5 100644 --- a/mysql-test/t/partition_open_files_limit.test +++ b/mysql-test/t/partition_open_files_limit.test @@ -4,6 +4,10 @@ DROP TABLE IF EXISTS `t1`; --enable_warnings +call mtr.add_suppression("option 'table_open_cache'"); +call mtr.add_suppression("option 'max_connections'"); + + # On some platforms the lowest possible open_files_limit is too high... let $max_open_files_limit= `SELECT @@open_files_limit > 511`; if ($max_open_files_limit) |