diff options
author | tulin@dl145c.mysql.com <> | 2005-09-12 14:11:28 +0200 |
---|---|---|
committer | tulin@dl145c.mysql.com <> | 2005-09-12 14:11:28 +0200 |
commit | e382a0fb12acc20f0090371e7ee7bbd8fe57e1b9 (patch) | |
tree | 3277672a0e0bb82fb801050c58afbe0ef04aef26 /ndb/src | |
parent | fa2cb2ae82ea444b13def232a2dd693057c11d4a (diff) | |
parent | f80e113d0e71615921c2b6b0ba66f63a60f57a82 (diff) | |
download | mariadb-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')
-rw-r--r-- | ndb/src/mgmapi/mgmapi.cpp | 3 |
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; } |