#include <ndb_global.h>#include <my_pthread.h>#include <my_sys.h>#include "ndb_cluster_connection_impl.hpp"#include <mgmapi_configuration.hpp>#include <mgmapi_config_parameters.h>#include <TransporterFacade.hpp>#include <NdbOut.hpp>#include <NdbSleep.h>#include <NdbThread.h>#include <ndb_limits.h>#include <ConfigRetriever.hpp>#include <ndb_version.h>#include <mgmapi_debug.h>#include <mgmapi_internal.h>#include <md5_hash.hpp>#include <EventLogger.hpp>#include <NdbMutex.h>Include dependency graph for ndb_cluster_connection.cpp:

Go to the source code of this file.
Functions | |
| pthread_handler_t | run_ndb_cluster_connection_connect_thread (void *me) |
Variables | |
| EventLogger | g_eventLogger |
| static int | g_run_connect_thread = 0 |
| pthread_handler_t run_ndb_cluster_connection_connect_thread | ( | void * | me | ) |
Definition at line 88 of file ndb_cluster_connection.cpp.
References g_run_connect_thread.
Referenced by Ndb_cluster_connection::start_connect_thread().
00089 { 00090 g_run_connect_thread= 1; 00091 ((Ndb_cluster_connection_impl*) me)->connect_thread(); 00092 return me; 00093 }
Here is the caller graph for this function:

Definition at line 36 of file ndb_cluster_connection.cpp.
int g_run_connect_thread = 0 [static] |
Definition at line 38 of file ndb_cluster_connection.cpp.
Referenced by Ndb_cluster_connection_impl::connect_thread(), run_ndb_cluster_connection_connect_thread(), and Ndb_cluster_connection_impl::~Ndb_cluster_connection_impl().
1.4.7

