diff options
author | unknown <joreland@mysql.com> | 2004-05-26 13:24:14 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-05-26 13:24:14 +0200 |
commit | 66011d0b8cdd36013b07734b90192b0d6c630fd8 (patch) | |
tree | 0280375c810eb97bcc0397cfd3872e453d350683 /ndb/test/include/HugoTransactions.hpp | |
parent | d887ce18a45e2211dd9c81e04e0b40cf071da386 (diff) | |
download | mariadb-git-66011d0b8cdd36013b07734b90192b0d6c630fd8.tar.gz |
wl1671 - Sorted scan
Diffstat (limited to 'ndb/test/include/HugoTransactions.hpp')
-rw-r--r-- | ndb/test/include/HugoTransactions.hpp | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/ndb/test/include/HugoTransactions.hpp b/ndb/test/include/HugoTransactions.hpp index 5ff1fef16bc..d859c463acf 100644 --- a/ndb/test/include/HugoTransactions.hpp +++ b/ndb/test/include/HugoTransactions.hpp @@ -38,12 +38,12 @@ public: int scanReadRecords(Ndb*, int records, int abort = 0, - int parallelism = 1, + int parallelism = 0, bool committed = false); int scanReadCommittedRecords(Ndb*, int records, int abort = 0, - int parallelism = 1); + int parallelism = 0); int pkReadRecords(Ndb*, int records, int batchsize = 1, @@ -52,20 +52,20 @@ public: int scanUpdateRecords(Ndb*, int records, int abort = 0, - int parallelism = 1); + int parallelism = 0); int scanUpdateRecords1(Ndb*, int records, int abort = 0, - int parallelism = 1); + int parallelism = 0); int scanUpdateRecords2(Ndb*, int records, int abort = 0, - int parallelism = 1); + int parallelism = 0); int scanUpdateRecords3(Ndb*, int records, int abort = 0, - int parallelism = 1); + int parallelism = 0); int pkUpdateRecords(Ndb*, int records, @@ -100,24 +100,6 @@ public: int batchsize = 1); protected: - int takeOverAndUpdateRecord(Ndb*, - NdbOperation*); -#if 0 - int setValueForAttr(NdbOperation*, - int attrId, - int rowId, - int updateId); -public: - int equalForAttr(NdbOperation*, - int attrId, - int rowId); -#endif - - int addRowToUpdate(Ndb* pNdb, - NdbConnection* pUpdTrans, - NdbOperation* pOrgOp); - - NDBT_ResultRow row; int m_defaultScanUpdateMethod; }; |