mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
added connect thread to Ndb_cluster_connection +
some other small fixes ndb/include/mgmcommon/ConfigRetriever.hpp: added options to do_connect to contol how connects failures should be treated ndb/include/mgmcommon/NdbConfig.h: method to retrieve datadir path (to user for chdir) ndb/include/ndbapi/ndb_cluster_connection.hpp: Added connect thread ndb/src/common/mgmcommon/ConfigRetriever.cpp: added options to do_connect to contol how connects failures should be treated ndb/src/common/mgmcommon/NdbConfig.c: method to retrieve datadir path (to user for chdir) ndb/src/kernel/main.cpp: ndbd to do chdir ndb/src/kernel/vm/WatchDog.cpp: added my_thread_init for debug ndb/src/ndbapi/ClusterMgr.cpp: added my_thread_init for debug ndb/src/ndbapi/TransporterFacade.cpp: removed call to atexit ndb/src/ndbapi/ndb_cluster_connection.cpp: added connect thread
This commit is contained in:
parent
59e2b96438
commit
3b124d4fb2
10 changed files with 152 additions and 68 deletions
|
|
@ -37,7 +37,7 @@ public:
|
|||
*/
|
||||
int init();
|
||||
|
||||
int do_connect();
|
||||
int do_connect(int exit_on_connect_failure= false);
|
||||
|
||||
/**
|
||||
* Get configuration for current (nodeId given in local config file) node.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue