mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/include/ndbapi/NdbTransaction.hpp: merge storage/ndb/src/ndbapi/NdbScanOperation.cpp: merge storage/ndb/src/ndbapi/NdbTransaction.cpp: merge
This commit is contained in:
@ -658,8 +658,11 @@ private:
|
||||
// Release all cursor operations in connection
|
||||
void releaseOps(NdbOperation*);
|
||||
void releaseScanOperations(NdbIndexScanOperation*);
|
||||
void releaseScanOperation(NdbIndexScanOperation*);
|
||||
|
||||
bool releaseScanOperation(NdbIndexScanOperation** listhead,
|
||||
NdbIndexScanOperation** listtail,
|
||||
NdbIndexScanOperation* op);
|
||||
void releaseExecutedScanOperation(NdbIndexScanOperation*);
|
||||
|
||||
// Set the transaction identity of the transaction
|
||||
void setTransactionId(Uint64 aTransactionId);
|
||||
|
||||
|
Reference in New Issue
Block a user