diff options
author | joreland@mysql.com <> | 2005-01-14 08:58:50 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2005-01-14 08:58:50 +0100 |
commit | 7015a48cf5c0efdf1f5b34f521a1117069add965 (patch) | |
tree | 9d0e47cac0e5eff8a896717aff21eca572de183a /ndb/test/include/HugoOperations.hpp | |
parent | 19ef71991279c57f4cbcd201f724ecced0255f82 (diff) | |
download | mariadb-git-7015a48cf5c0efdf1f5b34f521a1117069add965.tar.gz |
wl2240 - ndb - new testcase for validating startTransation with hint
Diffstat (limited to 'ndb/test/include/HugoOperations.hpp')
-rw-r--r-- | ndb/test/include/HugoOperations.hpp | 8 |
1 files changed, 6 insertions, 2 deletions
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, |