summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-02-01 16:49:23 +0100
committerunknown <joreland@mysql.com>2005-02-01 16:49:23 +0100
commit3a890c8a874fe52dcac99864b6c4785de0210549 (patch)
treeb33f5bc8ab3ac1c947f409cc9200f3fca580923c /ndb/include
parent7f25f21c25df160e95588f4b0082ccf5f221fae3 (diff)
downloadmariadb-git-3a890c8a874fe52dcac99864b6c4785de0210549.tar.gz
ndb -
1) New testcase Check every combination of ins/upd/del of length 5 Check reading savepoint's 2) Fix 1 liner in acc wrt committing read ndb/include/ndbapi/NdbConnection.hpp: Make testcase friend ndb/src/kernel/blocks/dbacc/DbaccMain.cpp: Fix so that committing a READ can _not_ result in setting elementIsDisappeared ndb/test/include/NDBT_Test.hpp: Make copy of testcase name ndb/test/ndbapi/testOperations.cpp: New testcase Check every combination of ins/upd/del of length 5 Check reading savepoint's ndb/test/src/HugoOperations.cpp: Close transaction in destructor ndb/test/src/NDBT_Test.cpp: Make copy of testcase name
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/ndbapi/NdbConnection.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/include/ndbapi/NdbConnection.hpp b/ndb/include/ndbapi/NdbConnection.hpp
index 166355cae17..f173cd8ac6e 100644
--- a/ndb/include/ndbapi/NdbConnection.hpp
+++ b/ndb/include/ndbapi/NdbConnection.hpp
@@ -687,6 +687,8 @@ private:
void remove_list(NdbOperation*& head, NdbOperation*);
void define_scan_op(NdbIndexScanOperation*);
+
+ friend int runOperations(class NDBT_Context*, class NDBT_Step*);
};
inline