mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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:
@ -37,7 +37,7 @@ public:
|
||||
};
|
||||
|
||||
NdbReceiver(Ndb *aNdb);
|
||||
void init(ReceiverType type, void* owner, bool keyInfo);
|
||||
void init(ReceiverType type, void* owner);
|
||||
void release();
|
||||
~NdbReceiver();
|
||||
|
||||
|
Reference in New Issue
Block a user