1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-06 13:10:12 +03:00
This commit is contained in:
magnus@neptunus.(none)
2004-07-16 10:42:45 +02:00
parent e20c134da3
commit 7eccfc1b95
2 changed files with 2 additions and 2 deletions

View File

@@ -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" },

View File

@@ -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,