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
f7b832a8
Commit
f7b832a8
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
2c742dba
9d46fb1b
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 @
f7b832a8
...
@@ -1174,7 +1174,7 @@ TransporterRegistry::start_service(SocketServer& socket_server)
...
@@ -1174,7 +1174,7 @@ TransporterRegistry::start_service(SocketServer& socket_server)
{
{
ndbout_c("Unable to setup transporter service port: %d!\n"
ndbout_c("Unable to setup transporter service port: %d!\n"
"Please check if the port is already used,\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);
m_service_port);
delete t->m_service;
delete t->m_service;
return false;
return false;
...
@@ -1199,7 +1199,7 @@ TransporterRegistry::start_service(SocketServer& socket_server)
...
@@ -1199,7 +1199,7 @@ TransporterRegistry::start_service(SocketServer& socket_server)
{
{
ndbout_c
(
"Unable to setup transporter service port: %d!
\n
"
ndbout_c
(
"Unable to setup transporter service port: %d!
\n
"
"Please check if the port is already used,
\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
);
m_service_port
);
delete
m_transporter_service
;
delete
m_transporter_service
;
return
false
;
return
false
;
...
...
ndb/src/mgmclient/CommandInterpreter.cpp
View file @
f7b832a8
...
@@ -54,7 +54,7 @@ static const char* helpText =
...
@@ -54,7 +54,7 @@ static const char* helpText =
#endif
#endif
"START BACKUP Start backup
\n
"
"START BACKUP Start backup
\n
"
"ABORT BACKUP <backup id> Abort 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 ON Enable Cluster logging
\n
"
"CLUSTERLOG OFF Disable Cluster logging
\n
"
"CLUSTERLOG OFF Disable Cluster logging
\n
"
"CLUSTERLOG FILTER <severity> Toggle severity filter on/off
\n
"
"CLUSTERLOG FILTER <severity> Toggle severity filter on/off
\n
"
...
@@ -78,8 +78,10 @@ static const char* helpTextShow =
...
@@ -78,8 +78,10 @@ static const char* helpTextShow =
"---------------------------------------------------------------------------
\n
"
"---------------------------------------------------------------------------
\n
"
"SHOW prints NDB Cluster information
\n\n
"
"SHOW prints NDB Cluster information
\n\n
"
"SHOW Print information about cluster
\n
"
"SHOW Print information about cluster
\n
"
#if 0
"SHOW CONFIG Print configuration (in initial config file format)\n"
"SHOW CONFIG Print configuration (in initial config file format)\n"
"SHOW PARAMETERS Print information about configuration parameters\n\n"
"SHOW PARAMETERS Print information about configuration parameters\n\n"
#endif
;
;
#ifdef HAVE_GLOBAL_REPLICATION
#ifdef HAVE_GLOBAL_REPLICATION
...
...
ndb/src/ndbapi/NdbDictionaryImpl.cpp
View file @
f7b832a8
...
@@ -579,6 +579,7 @@ NdbDictionaryImpl::NdbDictionaryImpl(Ndb &ndb)
...
@@ -579,6 +579,7 @@ NdbDictionaryImpl::NdbDictionaryImpl(Ndb &ndb)
m_ndb
(
ndb
)
m_ndb
(
ndb
)
{
{
m_globalHash
=
0
;
m_globalHash
=
0
;
m_local_table_data_size
=
0
;
}
}
NdbDictionaryImpl
::
NdbDictionaryImpl
(
Ndb
&
ndb
,
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