diff options
author | tomas@poseidon.ndb.mysql.com <> | 2005-03-09 11:49:48 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2005-03-09 11:49:48 +0100 |
commit | 70a9055d6abdda545db59e35aa20afa3ab3fc583 (patch) | |
tree | ea4be766a8bc69e54df964ace49249f0a9329529 /ndb/include | |
parent | b87f470104bd74081b0ca204317be857f824584a (diff) | |
download | mariadb-git-70a9055d6abdda545db59e35aa20afa3ab3fc583.tar.gz |
fixed mem leak in subscriction handling in Suma
debug printouts
ndb documentation update
Diffstat (limited to 'ndb/include')
-rw-r--r-- | ndb/include/ndbapi/Ndb.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ndb/include/ndbapi/Ndb.hpp b/ndb/include/ndbapi/Ndb.hpp index 85810587e3b..41085e6e06a 100644 --- a/ndb/include/ndbapi/Ndb.hpp +++ b/ndb/include/ndbapi/Ndb.hpp @@ -1218,12 +1218,12 @@ public: /** * Drop a subscription to an event * - * @param eventName - * unique identifier of the event + * @param eventOp + * Event operation * * @return 0 on success */ - int dropEventOperation(NdbEventOperation* eventName); + int dropEventOperation(NdbEventOperation* eventOp); /** * Wait for an event to occur. Will return as soon as an event |