diff options
author | unknown <joreland@mysql.com> | 2004-11-24 12:40:04 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-11-24 12:40:04 +0100 |
commit | e7d68059121fec7041195697d510be6e6eefd50e (patch) | |
tree | ab9c49137091e936ba9b3e8fb3a83cfe95db28a4 /ndb/include/ndbapi/NdbConnection.hpp | |
parent | 3ac10e6ab3ee5479e0d899f0b07e648469407eaf (diff) | |
parent | e0622c24b037fdff758d015ae5d33844f8237336 (diff) | |
download | mariadb-git-e7d68059121fec7041195697d510be6e6eefd50e.tar.gz |
Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb
ndb/include/ndbapi/NdbConnection.hpp:
Auto merged
ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
Auto merged
ndb/src/ndbapi/NdbConnection.cpp:
Auto merged
Diffstat (limited to 'ndb/include/ndbapi/NdbConnection.hpp')
-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 077b0bce53c..f0f44170ed7 100644 --- a/ndb/include/ndbapi/NdbConnection.hpp +++ b/ndb/include/ndbapi/NdbConnection.hpp @@ -646,8 +646,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 |