mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed memory handling
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