Commit 417c3a07 authored by unknown's avatar unknown

BUG#4511


ndb/src/common/debugger/EventLogger.cpp:
  Changed to STATISTICS
ndb/src/common/mgmcommon/ConfigInfo.cpp:
  Changed to Diskless
parent 8e74ef8a
...@@ -135,7 +135,7 @@ EventLogger::defEventLogMatrixSize = sizeof(EventLogger::defEventLogMatrix)/ ...@@ -135,7 +135,7 @@ EventLogger::defEventLogMatrixSize = sizeof(EventLogger::defEventLogMatrix)/
*/ */
const EventLogger::EventCategoryName EventLogger::eventCategoryNames[] = { const EventLogger::EventCategoryName EventLogger::eventCategoryNames[] = {
{ LogLevel::llStartUp, "STARTUP" }, { LogLevel::llStartUp, "STARTUP" },
{ LogLevel::llStatistic, "STATISTIC" }, { LogLevel::llStatistic, "STATISTICS" },
{ LogLevel::llCheckpoint, "CHECKPOINT" }, { LogLevel::llCheckpoint, "CHECKPOINT" },
{ LogLevel::llNodeRestart, "NODERESTART" }, { LogLevel::llNodeRestart, "NODERESTART" },
{ LogLevel::llConnection, "CONNECTION" }, { LogLevel::llConnection, "CONNECTION" },
......
...@@ -921,7 +921,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = { ...@@ -921,7 +921,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
{ {
CFG_DB_DISCLESS, CFG_DB_DISCLESS,
"Discless", "Diskless",
"DB", "DB",
"Run wo/ disk", "Run wo/ disk",
ConfigInfo::USED, ConfigInfo::USED,
......
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