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
86e35aff
Commit
86e35aff
authored
Jan 07, 2006
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
after merge fix
parent
923e7cfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+1
-1
sql/ha_ndbcluster.h
sql/ha_ndbcluster.h
+1
-1
No files found.
sql/ha_ndbcluster.cc
View file @
86e35aff
...
...
@@ -224,7 +224,7 @@ static int update_status_variables(Ndb_cluster_connection *c)
return
0
;
}
struct
show_var_st
ndb_status_variables
[]
=
{
SHOW_VAR
ndb_status_variables
[]
=
{
{
"cluster_node_id"
,
(
char
*
)
&
ndb_cluster_node_id
,
SHOW_LONG
},
{
"connected_host"
,
(
char
*
)
&
ndb_connected_host
,
SHOW_CHAR_PTR
},
{
"connected_port"
,
(
char
*
)
&
ndb_connected_port
,
SHOW_LONG
},
...
...
sql/ha_ndbcluster.h
View file @
86e35aff
...
...
@@ -769,7 +769,7 @@ static void set_tabname(const char *pathname, char *tabname);
Ndb
*
get_ndb
();
};
extern
struct
show_var_st
ndb_status_variables
[];
extern
SHOW_VAR
ndb_status_variables
[];
bool
ndbcluster_init
(
void
);
int
ndbcluster_end
(
ha_panic_function
flag
);
...
...
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