mirror of
https://github.com/MariaDB/server.git
synced 2025-07-18 23:03:28 +03:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user