Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
56e42906
Commit
56e42906
authored
Aug 16, 2006
by
gni/root@dev3-127.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#19620 ndb_mgm help needs help
parent
7744d3b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ndb/src/mgmclient/CommandInterpreter.cpp
ndb/src/mgmclient/CommandInterpreter.cpp
+4
-4
No files found.
ndb/src/mgmclient/CommandInterpreter.cpp
View file @
56e42906
...
...
@@ -397,7 +397,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
"
;
...
...
@@ -410,7 +410,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
"
;
...
...
@@ -423,7 +423,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
"
;
...
...
@@ -545,7 +545,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
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment