summaryrefslogtreecommitdiff
path: root/ndb/include/ndbapi/NdbConnection.hpp
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-11-25 10:51:57 +0100
committerunknown <joreland@mysql.com>2004-11-25 10:51:57 +0100
commitdcdbad0791fc2e4e69c3885105806d6866a80283 (patch)
tree96bab3cccedb3bab9509cb335d3227229b2db41d /ndb/include/ndbapi/NdbConnection.hpp
parent8bb47894b759d84ab8b4d21e3fad52ae3ec29346 (diff)
parent7421af248d58b266c291617774dd90a932cff49c (diff)
downloadmariadb-git-dcdbad0791fc2e4e69c3885105806d6866a80283.tar.gz
Merge mysql.com:/home/jonas/src/mysql-5.0-ndb
into mysql.com:/home/jonas/src/wl2126 ndb/include/ndbapi/NdbConnection.hpp: Auto merged ndb/src/ndbapi/NdbConnection.cpp: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged
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 bfcf1bb35fe..1c04599c404 100644
--- a/ndb/include/ndbapi/NdbConnection.hpp
+++ b/ndb/include/ndbapi/NdbConnection.hpp
@@ -650,8 +650,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