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
de677cf8
Commit
de677cf8
authored
Sep 15, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/home/bar/mysql-4.1
parents
f34ca306
2032737a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-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
+3
-1
ndb/src/ndbapi/NdbDictionaryImpl.cpp
ndb/src/ndbapi/NdbDictionaryImpl.cpp
+1
-0
No files found.
ndb/src/common/transporter/TransporterRegistry.cpp
View file @
de677cf8
...
...
@@ -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 @
de677cf8
...
...
@@ -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
"
...
...
@@ -78,8 +78,10 @@ static const char* helpTextShow =
"---------------------------------------------------------------------------
\n
"
"SHOW prints NDB Cluster information
\n\n
"
"SHOW Print information about cluster
\n
"
#if 0
"SHOW CONFIG Print configuration (in initial config file format)\n"
"SHOW PARAMETERS Print information about configuration parameters\n\n"
#endif
;
#ifdef HAVE_GLOBAL_REPLICATION
...
...
ndb/src/ndbapi/NdbDictionaryImpl.cpp
View file @
de677cf8
...
...
@@ -579,6 +579,7 @@ NdbDictionaryImpl::NdbDictionaryImpl(Ndb &ndb)
m_ndb
(
ndb
)
{
m_globalHash
=
0
;
m_local_table_data_size
=
0
;
}
NdbDictionaryImpl
::
NdbDictionaryImpl
(
Ndb
&
ndb
,
...
...
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