summaryrefslogtreecommitdiff
path: root/ndb/src/mgmclient/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-11-11 13:22:33 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-11-11 13:22:33 +0000
commit3048dc0fa263ee1654d94753cf048212d565d7b4 (patch)
tree054defccd23d91406b87305218e5d1cfc070fe2b /ndb/src/mgmclient/CommandInterpreter.cpp
parent784a9a9fdac59fa5683754c6e952e9d939183bee (diff)
downloadmariadb-git-3048dc0fa263ee1654d94753cf048212d565d7b4.tar.gz
forgot a return 0
removed some errorcodes not used ndb/src/mgmclient/CommandInterpreter.cpp: forgot a return 0 ndb/src/ndbapi/ndberror.c: removed some errorcodes not used
Diffstat (limited to 'ndb/src/mgmclient/CommandInterpreter.cpp')
-rw-r--r--ndb/src/mgmclient/CommandInterpreter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/mgmclient/CommandInterpreter.cpp b/ndb/src/mgmclient/CommandInterpreter.cpp
index f1a953769b8..fde4e5a2e91 100644
--- a/ndb/src/mgmclient/CommandInterpreter.cpp
+++ b/ndb/src/mgmclient/CommandInterpreter.cpp
@@ -200,6 +200,7 @@ extern "C" {
int ndb_mgmclient_handle_destroy(Ndb_mgmclient_handle h)
{
delete (Ndb_mgmclient*)h;
+ return 0;
}
}
/*