mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
mgmapi.cpp:
hpux make fix
This commit is contained in:
parent
c87a67b972
commit
f81f277ed4
1 changed files with 2 additions and 2 deletions
|
@ -430,7 +430,7 @@ const int no_of_type_values = (sizeof(type_values) /
|
|||
sizeof(ndb_mgm_type_atoi));
|
||||
|
||||
extern "C"
|
||||
enum ndb_mgm_node_type
|
||||
ndb_mgm_node_type
|
||||
ndb_mgm_match_node_type(const char * type)
|
||||
{
|
||||
if(type == 0)
|
||||
|
@ -474,7 +474,7 @@ const int no_of_status_values = (sizeof(status_values) /
|
|||
sizeof(ndb_mgm_status_atoi));
|
||||
|
||||
extern "C"
|
||||
enum ndb_mgm_node_status
|
||||
ndb_mgm_node_status
|
||||
ndb_mgm_match_node_status(const char * status)
|
||||
{
|
||||
if(status == 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue