summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-11-22 10:47:59 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-11-22 10:47:59 +0000
commit404b1524857330187a01209465758e2e02ad8bdb (patch)
tree9495d3d7a7337377dae4e90f978598422dd05090 /ndb/include
parent366ef4faebf354e28afbcf104635a1400e99cbeb (diff)
downloadmariadb-git-404b1524857330187a01209465758e2e02ad8bdb.tar.gz
removed unused variables
assigned "localhost" as default connectstring added a disconnect() first in connect() removed double implementation of connect code, use connect() in NdbRestarter removed extra "host=" in connectstring ndb/include/mgmapi/mgmapi.h: removed wrong comment ndb/test/include/NdbRestarter.hpp: removed unused variables ndb/test/src/NdbBackup.cpp: removed double implementation of connect code, use connect() in NdbRestarter removed extra "host=" in connectstring ndb/test/src/NdbRestarter.cpp: removed unused variables assigned "localhost" as default connectstring added a disconnect() first in connect()
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/mgmapi/mgmapi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h
index a4e1fc1d1a8..a23417f153a 100644
--- a/ndb/include/mgmapi/mgmapi.h
+++ b/ndb/include/mgmapi/mgmapi.h
@@ -356,8 +356,6 @@ extern "C" {
/**
* Create a handle to a management server
*
- * @param connect_string Connect string to the management server,
- *
* @return A management handle<br>
* or NULL if no management handle could be created.
*/