summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgni/root@dev3-221.dev.cn.tlan <>2007-02-12 16:35:32 +0800
committergni/root@dev3-221.dev.cn.tlan <>2007-02-12 16:35:32 +0800
commit2ca730248880ba6354b58c2ee8037a2d4d69ec6e (patch)
tree6149a8edcf492ef9c05c66f1a789b11814501c8e
parentf4ba876720f7178a84226a17444081990cfd24df (diff)
downloadmariadb-git-2ca730248880ba6354b58c2ee8037a2d4d69ec6e.tar.gz
BUG#19378 Job Buffer Full error appears for too large MaxNoOfTables
-rw-r--r--ndb/src/mgmsrv/ConfigInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/mgmsrv/ConfigInfo.cpp b/ndb/src/mgmsrv/ConfigInfo.cpp
index d4e72a7ff1d..3a8c8f26b09 100644
--- a/ndb/src/mgmsrv/ConfigInfo.cpp
+++ b/ndb/src/mgmsrv/ConfigInfo.cpp
@@ -459,7 +459,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
ConfigInfo::CI_INT,
"128",
"8",
- STR_VALUE(MAX_INT_RNIL) },
+ STR_VALUE(MAX_TABLES) },
{
CFG_DB_NO_ORDERED_INDEXES,