Skip to content
Permalink
Browse files
Suppress warnings from partition_open_files_limit
  • Loading branch information
montywi committed May 22, 2018
1 parent 2dff8fe commit 6e63db2
Showing 1 changed file with 4 additions and 0 deletions.
@@ -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)

0 comments on commit 6e63db2

Please sign in to comment.