diff options
author | unknown <joreland@mysql.com> | 2004-12-14 22:30:33 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-12-14 22:30:33 +0100 |
commit | 3f89a4f362b2592b496b38fab4607d5f3dc0baa7 (patch) | |
tree | 9ef247dbbb5856ce80240a0d399cca0ac4851986 /ndb/test/include/HugoTransactions.hpp | |
parent | 253dab847d3c75f2904d00331ce7e1a199827e90 (diff) | |
download | mariadb-git-3f89a4f362b2592b496b38fab4607d5f3dc0baa7.tar.gz |
ndb - major update HugoOperations/Transactions
+more code reuse
+easier testing of indexes
ndb/include/ndbapi/NdbDictionary.hpp:
Remove unimplemented enums
ndb/test/include/HugoOperations.hpp:
Pass index on constructor
ndb/test/include/HugoTransactions.hpp:
Pass index on constructor
ndb/test/include/UtilTransactions.hpp:
Pass index on constructor
ndb/test/src/HugoAsynchTransactions.cpp:
Pass index on constructor
ndb/test/src/HugoOperations.cpp:
Use getOperation to select operation type
ndb/test/src/HugoTransactions.cpp:
Use HugoOpertaions to run transactions
ndb/test/src/UtilTransactions.cpp:
Use HugoOpertaions to run transactions
Diffstat (limited to 'ndb/test/include/HugoTransactions.hpp')
-rw-r--r-- | ndb/test/include/HugoTransactions.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/test/include/HugoTransactions.hpp b/ndb/test/include/HugoTransactions.hpp index b833f2ac629..83493bcc2a4 100644 --- a/ndb/test/include/HugoTransactions.hpp +++ b/ndb/test/include/HugoTransactions.hpp @@ -25,7 +25,8 @@ class HugoTransactions : public HugoOperations { public: - HugoTransactions(const NdbDictionary::Table&); + HugoTransactions(const NdbDictionary::Table&, + const NdbDictionary::Index* idx = 0); ~HugoTransactions(); int createEvent(Ndb*); int eventOperation(Ndb*, void* stats, |