sync the initialization configuration information between ConfigInfo.cpp and ParamInfo.cpp
This commit is contained in:
parent
ee58034fc9
commit
22e2ca5473
@ -380,10 +380,10 @@ const ParamInfo ParamInfoArray[] = {
|
|||||||
"If set to yes, then NDB Cluster data will not be swapped out to disk",
|
"If set to yes, then NDB Cluster data will not be swapped out to disk",
|
||||||
CI_USED,
|
CI_USED,
|
||||||
true,
|
true,
|
||||||
CI_BOOL,
|
CI_INT,
|
||||||
"false",
|
"0",
|
||||||
"false",
|
"1",
|
||||||
"true" },
|
"2" },
|
||||||
|
|
||||||
{
|
{
|
||||||
CFG_DB_WATCHDOG_INTERVAL,
|
CFG_DB_WATCHDOG_INTERVAL,
|
||||||
@ -1114,6 +1114,18 @@ const ParamInfo ParamInfoArray[] = {
|
|||||||
"0",
|
"0",
|
||||||
"0",
|
"0",
|
||||||
STR_VALUE(MAX_INT_RNIL) },
|
STR_VALUE(MAX_INT_RNIL) },
|
||||||
|
|
||||||
|
{
|
||||||
|
CFG_DB_MEMREPORT_FREQUENCY,
|
||||||
|
"MemReportFrequency",
|
||||||
|
DB_TOKEN,
|
||||||
|
"Frequency of mem reports in seconds, 0 = only when passing %-limits",
|
||||||
|
CI_USED,
|
||||||
|
false,
|
||||||
|
CI_INT,
|
||||||
|
"0",
|
||||||
|
"0",
|
||||||
|
STR_VALUE(MAX_INT_RNIL) },
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* API
|
* API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user