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
c19578fb
Commit
c19578fb
authored
Jun 28, 2006
by
stewart@willster.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/stewart/Documents/MySQL/5.1/ndb
into mysql.com:/home/stewart/Documents/MySQL/5.1/merge
parents
f54b1e0d
e5567d84
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+2
-2
storage/ndb/src/mgmsrv/ConfigInfo.cpp
storage/ndb/src/mgmsrv/ConfigInfo.cpp
+1
-1
No files found.
sql/ha_ndbcluster.cc
View file @
c19578fb
...
...
@@ -186,8 +186,8 @@ static int update_status_variables(Ndb_cluster_connection *c)
SHOW_VAR
ndb_status_variables
[]
=
{
{
"cluster_node_id"
,
(
char
*
)
&
ndb_cluster_node_id
,
SHOW_LONG
},
{
"con
nected
_host"
,
(
char
*
)
&
ndb_connected_host
,
SHOW_CHAR_PTR
},
{
"con
nected
_port"
,
(
char
*
)
&
ndb_connected_port
,
SHOW_LONG
},
{
"con
fig_from
_host"
,
(
char
*
)
&
ndb_connected_host
,
SHOW_CHAR_PTR
},
{
"con
fig_from
_port"
,
(
char
*
)
&
ndb_connected_port
,
SHOW_LONG
},
// {"number_of_replicas", (char*) &ndb_number_of_replicas, SHOW_LONG},
{
"number_of_storage_nodes"
,(
char
*
)
&
ndb_number_of_storage_nodes
,
SHOW_LONG
},
{
NullS
,
NullS
,
SHOW_LONG
}
...
...
storage/ndb/src/mgmsrv/ConfigInfo.cpp
View file @
c19578fb
...
...
@@ -878,7 +878,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
false
,
ConfigInfo
::
CI_INT
,
"8"
,
"
1
"
,
"
3
"
,
STR_VALUE
(
MAX_INT_RNIL
)
},
{
...
...
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