Skip to content

Commit

Permalink
Suppress warnings from partition_open_files_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed May 22, 2018
1 parent 2dff8fe commit 6e63db2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql-test/t/partition_open_files_limit.test
Expand Up @@ -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)
Expand Down

0 comments on commit 6e63db2

Please sign in to comment.