Loading storage/ndb/src/mgmsrv/ParamInfo.cpp +16 −4 Original line number Diff line number Diff line Loading @@ -380,10 +380,10 @@ const ParamInfo ParamInfoArray[] = { "If set to yes, then NDB Cluster data will not be swapped out to disk", CI_USED, true, CI_BOOL, "false", "false", "true" }, CI_INT, "0", "1", "2" }, { CFG_DB_WATCHDOG_INTERVAL, Loading Loading @@ -1115,6 +1115,18 @@ const ParamInfo ParamInfoArray[] = { "0", 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 ***************************************************************************/ Loading Loading
storage/ndb/src/mgmsrv/ParamInfo.cpp +16 −4 Original line number Diff line number Diff line Loading @@ -380,10 +380,10 @@ const ParamInfo ParamInfoArray[] = { "If set to yes, then NDB Cluster data will not be swapped out to disk", CI_USED, true, CI_BOOL, "false", "false", "true" }, CI_INT, "0", "1", "2" }, { CFG_DB_WATCHDOG_INTERVAL, Loading Loading @@ -1115,6 +1115,18 @@ const ParamInfo ParamInfoArray[] = { "0", 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 ***************************************************************************/ Loading