diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-11 13:22:33 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-11 13:22:33 +0000 |
commit | 3048dc0fa263ee1654d94753cf048212d565d7b4 (patch) | |
tree | 054defccd23d91406b87305218e5d1cfc070fe2b /ndb/src/mgmclient/CommandInterpreter.cpp | |
parent | 784a9a9fdac59fa5683754c6e952e9d939183bee (diff) | |
download | mariadb-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.cpp | 1 |
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; } } /* |