diff options
author | unknown <joreland@mysql.com> | 2004-11-24 11:59:06 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-11-24 11:59:06 +0100 |
commit | 8998e128b6e3ccb1513a601cb350e22244067237 (patch) | |
tree | ee24abb7e0a185136a5c7f3d7e7a055ec2d9ac91 /ndb/include | |
parent | 3d52cdeff7f29001a717f5d790e456072f32b09a (diff) | |
parent | 343b645ba2b038e8f545057672f3f22e0a9bcce8 (diff) | |
download | mariadb-git-8998e128b6e3ccb1513a601cb350e22244067237.tar.gz |
Merge mysql.com:/home/jonas/src/wl2077
into mysql.com:/home/jonas/src/mysql-4.1
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
Auto merged
ndb/src/ndbapi/NdbConnection.cpp:
Auto merged
Diffstat (limited to 'ndb/include')
-rw-r--r-- | ndb/include/ndbapi/NdbConnection.hpp | 4 |
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 |