bug #19623 UniqueHashIndexes resource leak: allocate array pool based on MaxNoOfTables
This commit is contained in:
parent
e4e67d587e
commit
1bdb7f7789
@ -190,7 +190,7 @@ Dbtc::Dbtc(const class Configuration & conf):
|
||||
|
||||
ndb_mgm_get_int_parameter(p, CFG_DB_TRANS_BUFFER_MEM,
|
||||
&transactionBufferMemory);
|
||||
ndb_mgm_get_int_parameter(p, CFG_DB_NO_UNIQUE_HASH_INDEXES,
|
||||
ndb_mgm_get_int_parameter(p, CFG_DICT_TABLE,
|
||||
&maxNoOfIndexes);
|
||||
ndb_mgm_get_int_parameter(p, CFG_DB_NO_INDEX_OPS,
|
||||
&maxNoOfConcurrentIndexOperations);
|
||||
|
Loading…
x
Reference in New Issue
Block a user