Commit 48c16480 authored by unknown's avatar unknown

Correct number of system table attributes

parent afe21e63
......@@ -510,7 +510,7 @@ Configuration::calcSizeAlt(ConfigValues * ownConfig){
noOfNodes = nodeNo;
noOfTables+= 2; // Add System tables
noOfAttributes += 5; // Add System table attributes
noOfAttributes += 9; // Add System table attributes
ConfigValues::Iterator it2(*ownConfig, db.m_config);
it2.set(CFG_DB_NO_TABLES, noOfTables);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment