1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Suppress warnings from partition_open_files_limit

This commit is contained in:
Monty
2018-05-23 00:24:28 +03:00
parent 2dff8fecb7
commit 6e63db265f

View File

@@ -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)