mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
Correct number of system table attributes
This commit is contained in:
@@ -510,7 +510,7 @@ Configuration::calcSizeAlt(ConfigValues * ownConfig){
|
|||||||
noOfNodes = nodeNo;
|
noOfNodes = nodeNo;
|
||||||
|
|
||||||
noOfTables+= 2; // Add System tables
|
noOfTables+= 2; // Add System tables
|
||||||
noOfAttributes += 5; // Add System table attributes
|
noOfAttributes += 9; // Add System table attributes
|
||||||
|
|
||||||
ConfigValues::Iterator it2(*ownConfig, db.m_config);
|
ConfigValues::Iterator it2(*ownConfig, db.m_config);
|
||||||
it2.set(CFG_DB_NO_TABLES, noOfTables);
|
it2.set(CFG_DB_NO_TABLES, noOfTables);
|
||||||
|
|||||||
Reference in New Issue
Block a user