1
0
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:
mronstrom@mysql.com
2004-08-23 17:37:04 +02:00
parent ee16667b0e
commit 9439f01448

View File

@@ -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);