mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
BUG#4511
This commit is contained in:
parent
e20c134da3
commit
7eccfc1b95
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ EventLogger::defEventLogMatrixSize = sizeof(EventLogger::defEventLogMatrix)/
|
|||
*/
|
||||
const EventLogger::EventCategoryName EventLogger::eventCategoryNames[] = {
|
||||
{ LogLevel::llStartUp, "STARTUP" },
|
||||
{ LogLevel::llStatistic, "STATISTIC" },
|
||||
{ LogLevel::llStatistic, "STATISTICS" },
|
||||
{ LogLevel::llCheckpoint, "CHECKPOINT" },
|
||||
{ LogLevel::llNodeRestart, "NODERESTART" },
|
||||
{ LogLevel::llConnection, "CONNECTION" },
|
||||
|
|
|
@ -921,7 +921,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
|
|||
|
||||
{
|
||||
CFG_DB_DISCLESS,
|
||||
"Discless",
|
||||
"Diskless",
|
||||
"DB",
|
||||
"Run wo/ disk",
|
||||
ConfigInfo::USED,
|
||||
|
|
Loading…
Add table
Reference in a new issue