From 37f0ff9bc07abf4e41a53bd2285fe25bf1fdd8c4 Mon Sep 17 00:00:00 2001 From: "pekka@mysql.com" <> Date: Mon, 22 Nov 2004 18:54:06 +0100 Subject: ndb: fix blob performance in long transactions --- ndb/include/ndbapi/NdbConnection.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ndb/include') 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 -- cgit v1.2.1