mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed memory handling
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: longable when routed ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp: longable when routed ndb/src/ndbapi/NdbDictionaryImpl.cpp: Init blob count correctly ndb/src/ndbapi/NdbIndexOperation.cpp: Receiver::init ndb/src/ndbapi/NdbOperation.cpp: Receiver::init release memory
This commit is contained in:
@ -131,7 +131,8 @@ protected:
|
||||
int doSendScan(int ProcessorId);
|
||||
int prepareSendScan(Uint32 TC_ConnectPtr, Uint64 TransactionId);
|
||||
|
||||
int fix_receivers(Uint32 parallel, bool keyInfo);
|
||||
int fix_receivers(Uint32 parallel);
|
||||
Uint32* m_array; // containing all arrays below
|
||||
Uint32 m_allocated_receivers;
|
||||
NdbReceiver** m_receivers; // All receivers
|
||||
|
||||
|
Reference in New Issue
Block a user