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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
df649f2d
Commit
df649f2d
authored
Aug 16, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#19620 ndb_mgm help needs help
ndb/src/mgmclient/CommandInterpreter.cpp: help information more canonical
parent
80e1eea9
Changes
1
Hide 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 @
df649f2d
...
...
@@ -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