mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added DBUG_PRINT's
Made Ndb::connected private ndb/include/ndbapi/Ndb.hpp: Made connected() private. ndb/src/ndbapi/NdbDictionaryImpl.cpp: Added DBUG_PRINT ndb/src/ndbapi/TransporterFacade.cpp: Added DBUG_PRINT
This commit is contained in:
@ -1087,8 +1087,6 @@ public:
|
||||
|
||||
int waitUntilReady(int timeout = 60);
|
||||
|
||||
void connected(Uint32 block_reference);
|
||||
|
||||
/** @} *********************************************************************/
|
||||
|
||||
/**
|
||||
@ -1447,6 +1445,9 @@ private:
|
||||
void setup(Ndb_cluster_connection *ndb_cluster_connection,
|
||||
const char* aCatalogName, const char* aSchemaName);
|
||||
|
||||
void connected(Uint32 block_reference);
|
||||
|
||||
|
||||
NdbConnection* startTransactionLocal(Uint32 aPrio, Uint32 aFragmentId);
|
||||
|
||||
// Connect the connection object to the Database.
|
||||
|
Reference in New Issue
Block a user