diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-30 12:02:53 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-30 12:02:53 +0000 |
commit | 07ed8294fa83e1c5acd3ecc4691667690e578581 (patch) | |
tree | 9e994ebd29b93f915f209718d9835e481c09d3c8 /ndb/include | |
parent | 3eada05db21329d7a295994c075241927e58fc83 (diff) | |
download | mariadb-git-07ed8294fa83e1c5acd3ecc4691667690e578581.tar.gz |
added check connection mgmapi method
added ndb_mgm_check_connection when error is printed
ndb/include/mgmapi/mgmapi.h:
added check connection mgmapi method
ndb/src/mgmapi/mgmapi.cpp:
added check connection mgmapi method
ndb/src/mgmclient/CommandInterpreter.cpp:
added mgm_check_check_connection when error is printed
ndb/src/mgmsrv/Services.cpp:
added check connection mgmapi method
ndb/src/mgmsrv/Services.hpp:
added check connection mgmapi method
Diffstat (limited to 'ndb/include')
-rw-r--r-- | ndb/include/mgmapi/mgmapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h index a23417f153a..26add86a468 100644 --- a/ndb/include/mgmapi/mgmapi.h +++ b/ndb/include/mgmapi/mgmapi.h @@ -746,6 +746,7 @@ extern "C" { int ndb_mgm_get_string_parameter(const ndb_mgm_configuration_iterator*, int param, const char ** value); int ndb_mgm_purge_stale_sessions(NdbMgmHandle handle, char **); + int ndb_mgm_check_connection(NdbMgmHandle handle); #ifdef __cplusplus } #endif |