mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Merge dev3-127.(none):/mnt/mysql/home/ngb/bug19620
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1-bug19620 storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged
This commit is contained in:
commit
fcee2eb36b
1 changed files with 4 additions and 4 deletions
|
@ -375,7 +375,7 @@ static const char* helpTextClusterlogOn =
|
|||
" Turn the cluster log on.\n"
|
||||
" It tells management server which severity levels\n"
|
||||
" messages will be logged.\n\n"
|
||||
" <severity > can be any one of the following values:\n"
|
||||
" <severity> can be any one of the following values:\n"
|
||||
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
|
||||
;
|
||||
|
||||
|
@ -388,7 +388,7 @@ static const char* helpTextClusterlogOff =
|
|||
" Turn the cluster log off.\n"
|
||||
" It tells management server which serverity\n"
|
||||
" levels logging will be disabled.\n\n"
|
||||
" <severity > can be any one of the following values:\n"
|
||||
" <severity> can be any one of the following values:\n"
|
||||
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
|
||||
;
|
||||
|
||||
|
@ -401,7 +401,7 @@ static const char* helpTextClusterlogToggle =
|
|||
" Toggle serverity filter on/off.\n"
|
||||
" If a serverity level is already enabled,then it will\n"
|
||||
" be disabled after you use the command,vice versa.\n\n"
|
||||
" <severity > can be any one of the following values:\n"
|
||||
" <severity> can be any one of the following values:\n"
|
||||
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
|
||||
;
|
||||
|
||||
|
@ -523,7 +523,7 @@ static const char* helpTextClusterlog =
|
|||
" <level> is represented by one of the numbers \n"
|
||||
" from 1 to 15 inclusive, where 1 indicates 'most important' \n"
|
||||
" and 15 'least important'.\n\n"
|
||||
" <severity > can be any one of the following values:\n"
|
||||
" <severity> can be any one of the following values:\n"
|
||||
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue