mirror of
https://github.com/MariaDB/server.git
synced 2026-04-17 22:05:35 +02:00
MDEV-11429 Increase number of max table_open_cache instances
Increase max number of possible table_open_cache instances from 512K to 1024K. This only affects user who are trying to set the variable over the old limit. Delete not used test table_open_cache_instances_basic (Need to be added back and rewritten in 10.2)
This commit is contained in:
parent
2fd3af4483
commit
2996f9aa88
6 changed files with 4 additions and 9 deletions
|
|
@ -4540,7 +4540,7 @@ VARIABLE_SCOPE GLOBAL
|
|||
VARIABLE_TYPE BIGINT UNSIGNED
|
||||
VARIABLE_COMMENT The number of cached open tables
|
||||
NUMERIC_MIN_VALUE 1
|
||||
NUMERIC_MAX_VALUE 524288
|
||||
NUMERIC_MAX_VALUE 1048576
|
||||
NUMERIC_BLOCK_SIZE 1
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue