From 7015a48cf5c0efdf1f5b34f521a1117069add965 Mon Sep 17 00:00:00 2001 From: "joreland@mysql.com" <> Date: Fri, 14 Jan 2005 08:58:50 +0100 Subject: wl2240 - ndb - new testcase for validating startTransation with hint --- ndb/test/include/HugoOperations.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ndb/test/include/HugoOperations.hpp') diff --git a/ndb/test/include/HugoOperations.hpp b/ndb/test/include/HugoOperations.hpp index d7f336a117d..38e53d765ec 100644 --- a/ndb/test/include/HugoOperations.hpp +++ b/ndb/test/include/HugoOperations.hpp @@ -29,8 +29,9 @@ public: ~HugoOperations(); int startTransaction(Ndb*); + int setTransaction(NdbTransaction*); int closeTransaction(Ndb*); - NdbConnection* getTransaction(); + NdbTransaction* getTransaction(); void refresh(); int pkInsertRecord(Ndb*, @@ -68,10 +69,13 @@ public: int attrId, int rowId, int updateId); + int equalForAttr(NdbOperation*, int attrId, int rowId); - + + int setValues(NdbOperation*, int rowId, int updateId); + int verifyUpdatesValue(int updatesValue, int _numRows = 0); int indexReadRecords(Ndb*, const char * idxName, int recordNo, -- cgit v1.2.1