diff options
author | gni/root@dev3-221.dev.cn.tlan <> | 2007-02-12 16:35:32 +0800 |
---|---|---|
committer | gni/root@dev3-221.dev.cn.tlan <> | 2007-02-12 16:35:32 +0800 |
commit | 2ca730248880ba6354b58c2ee8037a2d4d69ec6e (patch) | |
tree | 6149a8edcf492ef9c05c66f1a789b11814501c8e | |
parent | f4ba876720f7178a84226a17444081990cfd24df (diff) | |
download | mariadb-git-2ca730248880ba6354b58c2ee8037a2d4d69ec6e.tar.gz |
BUG#19378 Job Buffer Full error appears for too large MaxNoOfTables
-rw-r--r-- | ndb/src/mgmsrv/ConfigInfo.cpp | 2 |
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, |