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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user