summaryrefslogtreecommitdiff
path: root/ndb/src/mgmclient
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-11-11 22:02:17 +0100
committerunknown <joreland@mysql.com>2004-11-11 22:02:17 +0100
commit26c5503415e7e87b0528c1f0f2a09e8548380365 (patch)
tree05accef78ca26e126b6ca3607995157076b3d585 /ndb/src/mgmclient
parentf2cbfb80a7642eccae891aba6a50e52b4edcfda1 (diff)
parent946f042dd330ebec085cb1e24fdc4ab16bc33c1c (diff)
downloadmariadb-git-26c5503415e7e87b0528c1f0f2a09e8548380365.tar.gz
Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/wl1744 ndb/src/ndbapi/ndberror.c: Auto merged
Diffstat (limited to 'ndb/src/mgmclient')
-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;
}
}
/*