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
ff376da0
Commit
ff376da0
authored
Sep 15, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed cosmetic printouts
parent
405869c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ndb/src/common/transporter/TransporterRegistry.cpp
ndb/src/common/transporter/TransporterRegistry.cpp
+2
-2
ndb/src/mgmclient/CommandInterpreter.cpp
ndb/src/mgmclient/CommandInterpreter.cpp
+1
-1
No files found.
ndb/src/common/transporter/TransporterRegistry.cpp
View file @
ff376da0
...
...
@@ -1174,7 +1174,7 @@ TransporterRegistry::start_service(SocketServer& socket_server)
{
ndbout_c("Unable to setup transporter service port: %d!\n"
"Please check if the port is already used,\n"
"(perhaps a mgmt
srvr
server is already running)",
"(perhaps a mgmt
server is already running)",
m_service_port);
delete t->m_service;
return false;
...
...
@@ -1199,7 +1199,7 @@ TransporterRegistry::start_service(SocketServer& socket_server)
{
ndbout_c
(
"Unable to setup transporter service port: %d!
\n
"
"Please check if the port is already used,
\n
"
"(perhaps a mgmt
srvr
server is already running)"
,
"(perhaps a mgmt
server is already running)"
,
m_service_port
);
delete
m_transporter_service
;
return
false
;
...
...
ndb/src/mgmclient/CommandInterpreter.cpp
View file @
ff376da0
...
...
@@ -54,7 +54,7 @@ static const char* helpText =
#endif
"START BACKUP Start backup
\n
"
"ABORT BACKUP <backup id> Abort backup
\n
"
"SHUTDOWN Shutdown all processe
d
in cluster and quit
\n
"
"SHUTDOWN Shutdown all processe
s
in cluster and quit
\n
"
"CLUSTERLOG ON Enable Cluster logging
\n
"
"CLUSTERLOG OFF Disable Cluster logging
\n
"
"CLUSTERLOG FILTER <severity> Toggle severity filter on/off
\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