mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 21:55:33 +02:00
merge
ndb/include/mgmapi/mgmapi.h: Auto merged ndb/src/common/mgmcommon/NdbConfig.c: Auto merged ndb/src/mgmapi/mgmapi.cpp: Auto merged ndb/src/mgmsrv/MgmtSrvr.hpp: Auto merged ndb/src/mgmsrv/Services.cpp: Auto merged ndb/src/mgmsrv/main.cpp: Auto merged
This commit is contained in:
commit
2aa6973450
9 changed files with 216 additions and 66 deletions
|
|
@ -394,6 +394,14 @@ extern "C" {
|
|||
*/
|
||||
const char * ndb_mgm_get_node_type_string(enum ndb_mgm_node_type type);
|
||||
|
||||
/**
|
||||
* Convert an ndb_mgm_node_type to a alias string
|
||||
*
|
||||
* @param type Node type.
|
||||
* @return NULL if invalid id.
|
||||
*/
|
||||
const char * ndb_mgm_get_node_type_alias_string(enum ndb_mgm_node_type type, const char **str);
|
||||
|
||||
/**
|
||||
* Convert a string to a ndb_mgm_node_status
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue