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
9d6de5c8
Commit
9d6de5c8
authored
Aug 11, 2006
by
justin.he@qa3-104.qa.cn.tlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#20848
parent
5e5084dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+5
-4
No files found.
sql/ha_ndbcluster.cc
View file @
9d6de5c8
...
...
@@ -179,6 +179,7 @@ static int update_status_variables(Ndb_cluster_connection *c)
ndb_connected_host
=
c
->
get_connected_host
();
ndb_number_of_replicas
=
0
;
ndb_number_of_ready_data_nodes
=
c
->
get_no_ready
();
ndb_number_of_data_nodes
=
c
->
no_db_nodes
();
ndb_connect_count
=
c
->
get_connect_count
();
return
0
;
}
...
...
@@ -9618,14 +9619,14 @@ ndbcluster_show_status(THD* thd, stat_print_fn *stat_print,
"cluster_node_id=%u, "
"connected_host=%s, "
"connected_port=%u, "
"number_of_
storage
_nodes=%u, "
"number_of_ready_
storage
_nodes=%u, "
"number_of_
data
_nodes=%u, "
"number_of_ready_
data
_nodes=%u, "
"connect_count=%u"
,
ndb_cluster_node_id
,
ndb_connected_host
,
ndb_connected_port
,
ndb_number_of_
storage
_nodes
,
ndb_number_of_ready_
storage
_nodes
,
ndb_number_of_
data
_nodes
,
ndb_number_of_ready_
data
_nodes
,
ndb_connect_count
);
if
(
stat_print
(
thd
,
ndbcluster_hton_name
,
ndbcluster_hton_name_length
,
STRING_WITH_LEN
(
"connection"
),
buf
,
buflen
))
...
...
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