diff options
author | unknown <mronstrom@mysql.com> | 2004-08-23 17:37:04 +0200 |
---|---|---|
committer | unknown <mronstrom@mysql.com> | 2004-08-23 17:37:04 +0200 |
commit | 48c16480c6f7fe5d990c6e535dff5a2e2512e7bf (patch) | |
tree | d746e6b1a8eb4d85bb79b2e9bd27e476e2043448 /ndb/src/kernel/vm/Configuration.cpp | |
parent | afe21e637e1518011e782171aef3517545e8dd75 (diff) | |
download | mariadb-git-48c16480c6f7fe5d990c6e535dff5a2e2512e7bf.tar.gz |
Correct number of system table attributes
Diffstat (limited to 'ndb/src/kernel/vm/Configuration.cpp')
-rw-r--r-- | ndb/src/kernel/vm/Configuration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/kernel/vm/Configuration.cpp b/ndb/src/kernel/vm/Configuration.cpp index 9dad733b87b..afc9b6f30c3 100644 --- a/ndb/src/kernel/vm/Configuration.cpp +++ b/ndb/src/kernel/vm/Configuration.cpp @@ -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); |