diff options
author | unknown <tomas@mc05.(none)> | 2004-05-10 11:50:17 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-10 11:50:17 +0200 |
commit | 17652914693b83c04e0b63c10c7a90c7ec912241 (patch) | |
tree | cbc68e2c6281414449ec03e76c313e99c0e6b757 /ndb/src/ndbapi/Ndbinit.cpp | |
parent | c6bc3cfb8457332b4519efcd10339c2632626acb (diff) | |
download | mariadb-git-17652914693b83c04e0b63c10c7a90c7ec912241.tar.gz |
fix compiler warnings in ndb
Diffstat (limited to 'ndb/src/ndbapi/Ndbinit.cpp')
-rw-r--r-- | ndb/src/ndbapi/Ndbinit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/src/ndbapi/Ndbinit.cpp b/ndb/src/ndbapi/Ndbinit.cpp index 9afbbf0df1f..be7acc48d7a 100644 --- a/ndb/src/ndbapi/Ndbinit.cpp +++ b/ndb/src/ndbapi/Ndbinit.cpp @@ -55,6 +55,7 @@ Parameters: aDataBase : Name of the database. Remark: Connect to the database. ***************************************************************************/ Ndb::Ndb( const char* aDataBase , const char* aDataBaseSchema) : + theNdbObjectIdMap(0), thePreparedTransactionsArray(NULL), theSentTransactionsArray(NULL), theCompletedTransactionsArray(NULL), @@ -89,8 +90,7 @@ Ndb::Ndb( const char* aDataBase , const char* aDataBaseSchema) : theFirstTransId(0), theRestartGCI(0), theNdbBlockNumber(-1), - theInitState(NotConstructed), - theNdbObjectIdMap(0) + theInitState(NotConstructed) { cgetSignals =0; cfreeSignals = 0; |