Skip to content
Permalink
Browse files
Allow innodb_open_files to be exceeded
  • Loading branch information
dr-m committed Nov 10, 2017
1 parent fa00fed commit 589b0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
@@ -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;
@@ -2,6 +2,8 @@
--source include/have_debug.inc
--source include/have_debug_sync.inc

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;

0 comments on commit 589b0b3

Please sign in to comment.