Commit 54edcb18 authored by unknown's avatar unknown

ndb - bug#27291

  Fix correct min-value for LockPagesInMemory


ndb/src/mgmsrv/ConfigInfo.cpp:
  Fix correct min-value
parent 970d515c
...@@ -566,7 +566,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = { ...@@ -566,7 +566,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
true, true,
ConfigInfo::CI_INT, ConfigInfo::CI_INT,
"0", "0",
"1", "0",
"2" }, "2" },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment