1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Allow innodb_open_files to be exceeded

This commit is contained in:
Marko Mäkelä
2017-11-10 16:06:44 +02:00
parent fa00fedaac
commit 589b0b3655
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
call mtr.add_suppression("InnoDB: innodb_open_files=13 is exceeded");
SET @save_tdc= @@GLOBAL.table_definition_cache;
SET @save_toc= @@GLOBAL.table_open_cache;
SET GLOBAL table_definition_cache= 400;