diff options
Diffstat (limited to 'ndb/test/include/HugoOperations.hpp')
-rw-r--r-- | ndb/test/include/HugoOperations.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ndb/test/include/HugoOperations.hpp b/ndb/test/include/HugoOperations.hpp index fe22e4b5649..a23d3018f47 100644 --- a/ndb/test/include/HugoOperations.hpp +++ b/ndb/test/include/HugoOperations.hpp @@ -30,6 +30,8 @@ public: int closeTransaction(Ndb*); NdbConnection* getTransaction(); void refresh(); + + void setTransactionId(Uint64); int pkInsertRecord(Ndb*, int recordNo, @@ -98,7 +100,7 @@ protected: struct RsPair { NdbResultSet* m_result_set; int records; }; Vector<RsPair> m_result_sets; Vector<RsPair> m_executed_result_sets; -private: + NdbConnection* pTrans; }; |