summaryrefslogtreecommitdiff
path: root/ndb/src/mgmsrv
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2005-03-10 07:45:17 +0100
committerjoreland@mysql.com <>2005-03-10 07:45:17 +0100
commit364b3b7b9ba86e27dd54f72929576b2c76a8fb65 (patch)
tree7601848a418f746039524b07bec37cbfd6fc9fb0 /ndb/src/mgmsrv
parent241c5e10468c49ea6a12a0badcff26f51da22fe1 (diff)
downloadmariadb-git-364b3b7b9ba86e27dd54f72929576b2c76a8fb65.tar.gz
bug#9089
ndb - Reenable MAX_OPEN_FILES to enable LCP in some situations
Diffstat (limited to 'ndb/src/mgmsrv')
-rw-r--r--ndb/src/mgmsrv/ConfigInfo.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ndb/src/mgmsrv/ConfigInfo.cpp b/ndb/src/mgmsrv/ConfigInfo.cpp
index 9be4af1b9b5..a91b1c4fcab 100644
--- a/ndb/src/mgmsrv/ConfigInfo.cpp
+++ b/ndb/src/mgmsrv/ConfigInfo.cpp
@@ -873,7 +873,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
STR_VALUE(MAX_INT_RNIL) },
{
- KEY_INTERNAL,
+ CFG_DB_MAX_OPEN_FILES,
"MaxNoOfOpenFiles",
DB_TOKEN,
"Max number of files open per "DB_TOKEN_PRINT" node.(One thread is created per file)",
@@ -882,8 +882,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
ConfigInfo::CI_INT,
"40",
"20",
- "256" },
-
+ STR_VALUE(MAX_INT_RNIL) },
{
CFG_DB_TRANSACTION_CHECK_INTERVAL,