diff options
author | unknown <tomas@poseidon.(none)> | 2004-09-01 14:56:53 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-09-01 14:56:53 +0000 |
commit | a0475132996a55e082b758ba11f86aa789d9d437 (patch) | |
tree | a898799030e3f3a5580dbc4561c3771f53d258ae /ndb/include/Makefile.am | |
parent | 9ed92fea50cd8e6688a4370905050dc3cadfb771 (diff) | |
download | mariadb-git-a0475132996a55e082b758ba11f86aa789d9d437.tar.gz |
added class Ndb_cluster_connection to prepare for making order of starting mysqld and ndbd irrelevant
ndb/src/mgmsrv/Makefile.am:
changed so that datadir is "." by default so that behaviour is the same as before
Diffstat (limited to 'ndb/include/Makefile.am')
-rw-r--r-- | ndb/include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/include/Makefile.am b/ndb/include/Makefile.am index b1b7951f216..7b3f80b5560 100644 --- a/ndb/include/Makefile.am +++ b/ndb/include/Makefile.am @@ -16,6 +16,7 @@ ndbapi/NdbError.hpp \ ndbapi/NdbEventOperation.hpp \ ndbapi/NdbIndexOperation.hpp \ ndbapi/NdbOperation.hpp \ +ndbapi/ndb_cluster_connection.hpp \ ndbapi/NdbBlob.hpp \ ndbapi/NdbPool.hpp \ ndbapi/NdbRecAttr.hpp \ |