Commit 6e63db26 authored by Monty's avatar Monty

Suppress warnings from partition_open_files_limit

parent 2dff8fec
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment