1
0
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:
joreland@mysql.com
2004-07-06 08:36:52 +02:00
parent 2a8ea3861c
commit 96c4a9c6d5
13 changed files with 137 additions and 96 deletions

View File

@ -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();