summaryrefslogtreecommitdiff
path: root/ndb/include/ndbapi/NdbConnection.hpp
diff options
context:
space:
mode:
authorunknown <pekka@mysql.com>2004-11-22 18:54:06 +0100
committerunknown <pekka@mysql.com>2004-11-22 18:54:06 +0100
commitf74af1b7cbe738225baf2cfe1e5ff59c27e0b70c (patch)
tree2096e1bde4e66383adac5422e21405f755dbe27b /ndb/include/ndbapi/NdbConnection.hpp
parent2d0011fce8545f0634674fe03647eb4c9ae4c66e (diff)
downloadmariadb-git-f74af1b7cbe738225baf2cfe1e5ff59c27e0b70c.tar.gz
ndb: fix blob performance in long transactions
ndb/include/ndbapi/NdbConnection.hpp: fix blob performance in long transactions ndb/src/ndbapi/NdbConnection.cpp: fix blob performance in long transactions ndb/test/ndbapi/testBlobs.cpp: fix blob performance in long transactions
Diffstat (limited to 'ndb/include/ndbapi/NdbConnection.hpp')
-rw-r--r--ndb/include/ndbapi/NdbConnection.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/include/ndbapi/NdbConnection.hpp b/ndb/include/ndbapi/NdbConnection.hpp
index 7af5d27b922..256199dced7 100644
--- a/ndb/include/ndbapi/NdbConnection.hpp
+++ b/ndb/include/ndbapi/NdbConnection.hpp
@@ -607,8 +607,8 @@ private:
NdbOperation* theLastExecOpInList; // Last executing operation in list.
- NdbOperation* theCompletedFirstOp; // First operation in completed
- // operation list.
+ NdbOperation* theCompletedFirstOp; // First & last operation in completed
+ NdbOperation* theCompletedLastOp; // operation list.
Uint32 theNoOfOpSent; // How many operations have been sent
Uint32 theNoOfOpCompleted; // How many operations have completed