From f80e113d0e71615921c2b6b0ba66f63a60f57a82 Mon Sep 17 00:00:00 2001 From: "tulin@dl145c.mysql.com" <> Date: Mon, 12 Sep 2005 14:03:23 +0200 Subject: removed a few aborts from mgmapi corrected typo in ndb Parser --- ndb/src/mgmapi/mgmapi.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'ndb/src/mgmapi') diff --git a/ndb/src/mgmapi/mgmapi.cpp b/ndb/src/mgmapi/mgmapi.cpp index bf78adec970..06b534ac0ca 100644 --- a/ndb/src/mgmapi/mgmapi.cpp +++ b/ndb/src/mgmapi/mgmapi.cpp @@ -638,12 +638,10 @@ ndb_mgm_get_status(NdbMgmHandle handle) Vector split; tmp.split(split, ":"); if(split.size() != 2){ - abort(); return NULL; } if(!(split[0].trim() == "nodes")){ - abort(); return NULL; } @@ -692,7 +690,6 @@ ndb_mgm_get_status(NdbMgmHandle handle) if(i+1 != noOfNodes){ free(state); - abort(); return NULL; } -- cgit v1.2.1