summaryrefslogtreecommitdiff
path: root/ndb/src/mgmapi
diff options
context:
space:
mode:
authortulin@dl145c.mysql.com <>2005-09-12 14:11:28 +0200
committertulin@dl145c.mysql.com <>2005-09-12 14:11:28 +0200
commite382a0fb12acc20f0090371e7ee7bbd8fe57e1b9 (patch)
tree3277672a0e0bb82fb801050c58afbe0ef04aef26 /ndb/src/mgmapi
parentfa2cb2ae82ea444b13def232a2dd693057c11d4a (diff)
parentf80e113d0e71615921c2b6b0ba66f63a60f57a82 (diff)
downloadmariadb-git-e382a0fb12acc20f0090371e7ee7bbd8fe57e1b9.tar.gz
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into dl145c.mysql.com:/home/ndbdev/tomas/mysql-5.0
Diffstat (limited to 'ndb/src/mgmapi')
-rw-r--r--ndb/src/mgmapi/mgmapi.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ndb/src/mgmapi/mgmapi.cpp b/ndb/src/mgmapi/mgmapi.cpp
index c10eb073855..8263e8cbc93 100644
--- a/ndb/src/mgmapi/mgmapi.cpp
+++ b/ndb/src/mgmapi/mgmapi.cpp
@@ -678,12 +678,10 @@ ndb_mgm_get_status(NdbMgmHandle handle)
Vector<BaseString> split;
tmp.split(split, ":");
if(split.size() != 2){
- abort();
return NULL;
}
if(!(split[0].trim() == "nodes")){
- abort();
return NULL;
}
@@ -731,7 +729,6 @@ ndb_mgm_get_status(NdbMgmHandle handle)
if(i+1 != noOfNodes){
free(state);
- abort();
return NULL;
}