mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Allow innodb_open_files to be exceeded
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
call mtr.add_suppression("InnoDB: innodb_open_files=13 is exceeded");
|
||||||
SET @save_tdc= @@GLOBAL.table_definition_cache;
|
SET @save_tdc= @@GLOBAL.table_definition_cache;
|
||||||
SET @save_toc= @@GLOBAL.table_open_cache;
|
SET @save_toc= @@GLOBAL.table_open_cache;
|
||||||
SET GLOBAL table_definition_cache= 400;
|
SET GLOBAL table_definition_cache= 400;
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
--source include/have_debug_sync.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_tdc= @@GLOBAL.table_definition_cache;
|
||||||
SET @save_toc= @@GLOBAL.table_open_cache;
|
SET @save_toc= @@GLOBAL.table_open_cache;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user