diff options
author | unknown <tulin@build.mysql.com> | 2005-01-19 14:56:40 +0100 |
---|---|---|
committer | unknown <tulin@build.mysql.com> | 2005-01-19 14:56:40 +0100 |
commit | ab17940b30120cec4c58f069c28b4d19bbe4f314 (patch) | |
tree | 06694a0e8d242d4984a9a34c2a07a5e61e30089c /ndb/src/ndbapi/TransporterFacade.cpp | |
parent | 54be11f9e9b81df373728ad5444a00b815a4a492 (diff) | |
download | mariadb-git-ab17940b30120cec4c58f069c28b4d19bbe4f314.tar.gz |
removed compiler warnings
Diffstat (limited to 'ndb/src/ndbapi/TransporterFacade.cpp')
-rw-r--r-- | ndb/src/ndbapi/TransporterFacade.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/src/ndbapi/TransporterFacade.cpp b/ndb/src/ndbapi/TransporterFacade.cpp index b179c1fe6b9..20d98c63a67 100644 --- a/ndb/src/ndbapi/TransporterFacade.cpp +++ b/ndb/src/ndbapi/TransporterFacade.cpp @@ -473,12 +473,12 @@ void TransporterFacade::threadMainReceive(void) } TransporterFacade::TransporterFacade(NdbMgmHandle mgm_handle) : + m_mgm_handle(mgm_handle), theTransporterRegistry(0), theStopReceive(0), theSendThread(NULL), theReceiveThread(NULL), - m_fragmented_signal_id(0), - m_mgm_handle(mgm_handle) + m_fragmented_signal_id(0) { theOwnId = 0; |