summaryrefslogtreecommitdiff
path: root/ndb/include/ndbapi/Ndb.hpp
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-01-01 19:25:31 +0100
committerunknown <joreland@mysql.com>2005-01-01 19:25:31 +0100
commit11a2a3562396ca59b67193056ac2ba4740b8ed0c (patch)
tree9e2e7fef2c5322221973630ba079cb3b47386946 /ndb/include/ndbapi/Ndb.hpp
parenta61ef10262a327ce0c622f6c9b6e99e902e885a6 (diff)
downloadmariadb-git-11a2a3562396ca59b67193056ac2ba4740b8ed0c.tar.gz
ndb - removed deprecated Ndb constructor
ndb/include/ndbapi/Ndb.hpp: removed deprecated methods ndb/src/ndbapi/NdbPool.cpp: removed deprecated methods ndb/src/ndbapi/NdbPoolImpl.cpp: removed deprecated methods ndb/src/ndbapi/NdbPoolImpl.hpp: removed deprecated methods ndb/src/ndbapi/Ndbinit.cpp: removed deprecated methods ndb/tools/delete_all.cpp: removed deprecated methods ndb/tools/desc.cpp: removed deprecated methods ndb/tools/drop_index.cpp: removed deprecated methods ndb/tools/drop_tab.cpp: removed deprecated methods ndb/tools/restore/consumer_restore.cpp: removed deprecated methods ndb/tools/restore/consumer_restore.hpp: removed deprecated methods ndb/tools/restore/restore_main.cpp: removed deprecated methods ndb/tools/select_all.cpp: removed deprecated methods ndb/tools/select_count.cpp: removed deprecated methods
Diffstat (limited to 'ndb/include/ndbapi/Ndb.hpp')
-rw-r--r--ndb/include/ndbapi/Ndb.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/ndb/include/ndbapi/Ndb.hpp b/ndb/include/ndbapi/Ndb.hpp
index 30be935b0a2..c2371eba2cf 100644
--- a/ndb/include/ndbapi/Ndb.hpp
+++ b/ndb/include/ndbapi/Ndb.hpp
@@ -1038,9 +1038,6 @@ public:
Ndb(Ndb_cluster_connection *ndb_cluster_connection,
const char* aCatalogName = "", const char* aSchemaName = "def");
-#ifndef DOXYGEN_SHOULD_SKIP_DEPRECATED
- Ndb(const char* aCatalogName = "", const char* aSchemaName = "def");
-#endif
~Ndb();
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
@@ -1349,13 +1346,6 @@ public:
*/
int getNodeId();
- /**
- * setConnectString
- *
- * @param connectString - see MySQL ref manual for format
- */
- static void setConnectString(const char * connectString);
-
bool usingFullyQualifiedNames();
/**