diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2007-03-20 16:08:39 +0100 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2007-03-20 16:08:39 +0100 |
commit | 54edcb1861998256a857773fd6385861061f3118 (patch) | |
tree | 2a85b6521ac44d073346e368f424287317e266b9 /ndb | |
parent | 970d515ccea212825acdd53e35ce6c6bf320a238 (diff) | |
download | mariadb-git-54edcb1861998256a857773fd6385861061f3118.tar.gz |
ndb - bug#27291
Fix correct min-value for LockPagesInMemory
ndb/src/mgmsrv/ConfigInfo.cpp:
Fix correct min-value
Diffstat (limited to 'ndb')
-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 7f89f5c5c49..7f220c0da65 100644 --- a/ndb/src/mgmsrv/ConfigInfo.cpp +++ b/ndb/src/mgmsrv/ConfigInfo.cpp @@ -566,7 +566,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = { true, ConfigInfo::CI_INT, "0", - "1", + "0", "2" }, { |