Small fix for updated config params

This commit is contained in:
mronstrom@mysql.com 2004-08-05 18:51:27 +02:00
parent a0a5a6a6fb
commit 75b85ebc60

View file

@ -548,7 +548,7 @@ Configuration::calcSizeAlt(ConfigValues * ownConfig){
2 * noOfTransactions);
cfg.put(CFG_DIH_CONNECT,
noOfOperations + 46);
noOfOperations + noOfTransactions + 46);
cfg.put(CFG_DIH_FRAG_CONNECT,
NO_OF_FRAG_PER_NODE * noOfTables * noOfDBNodes);