diff options
author | unknown <joreland@mysql.com> | 2004-11-11 22:02:17 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-11-11 22:02:17 +0100 |
commit | 26c5503415e7e87b0528c1f0f2a09e8548380365 (patch) | |
tree | 05accef78ca26e126b6ca3607995157076b3d585 /ndb/src/mgmclient | |
parent | f2cbfb80a7642eccae891aba6a50e52b4edcfda1 (diff) | |
parent | 946f042dd330ebec085cb1e24fdc4ab16bc33c1c (diff) | |
download | mariadb-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.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; } } /* |