summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-02-02 21:03:46 +0100
committerunknown <joreland@mysql.com>2005-02-02 21:03:46 +0100
commit1bbfa6f75fcbe8514d5c494972f50f43dba0f7e0 (patch)
tree434c9264a5707f6577365c737051aa9a600016a4 /ndb/include
parente6e9849530f59aa95ae9d46e549a23c5351669a0 (diff)
downloadmariadb-git-1bbfa6f75fcbe8514d5c494972f50f43dba0f7e0.tar.gz
ndb -
add abort to multi op test case ndb/include/ndbapi/NdbConnection.hpp: Add aborts to test case ndb/test/include/HugoOperations.hpp: Add aborts to test case ndb/test/ndbapi/testOperations.cpp: Add aborts to test case ndb/test/src/HugoOperations.cpp: Add aborts to test case ndb/test/src/HugoTransactions.cpp: Add aborts to test case
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/ndbapi/NdbConnection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/NdbConnection.hpp b/ndb/include/ndbapi/NdbConnection.hpp
index f173cd8ac6e..53830dd93c5 100644
--- a/ndb/include/ndbapi/NdbConnection.hpp
+++ b/ndb/include/ndbapi/NdbConnection.hpp
@@ -688,7 +688,7 @@ private:
void remove_list(NdbOperation*& head, NdbOperation*);
void define_scan_op(NdbIndexScanOperation*);
- friend int runOperations(class NDBT_Context*, class NDBT_Step*);
+ friend class HugoOperations;
};
inline