diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-11-14 11:02:06 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-11-14 11:02:06 +0000 |
commit | 0d55af3f0e5d4d120766ec629c162c500a9b7d74 (patch) | |
tree | 57617e59cb2ee43ba481c87b953a8a7f43ac17d8 /ndb/config | |
parent | a6b6352d95ee03435abb08163b06c5e336ad8fbb (diff) | |
download | mariadb-git-0d55af3f0e5d4d120766ec629c162c500a9b7d74.tar.gz |
moved ndb_restore together with rest of the ndb tools
kernel includes needed by ndb_restore
changed link order
moved LocalConfig to mgmapi
Moved NdbConfig to Portlib
mgmapi to use LocalConfig for connectstring parsing instead of it's own
enable usage of "NULL" connectstring for default
new ndbmgmclient lib that can be used by e.g. mysqladmin later
LocalConfig no longer needed here, now in mgmapi
Send connectstring to mgmapi instead
added valid connectstring to be with only host without port i.e.
valid connectstring =host1,host2,host3
default port will be added
Diffstat (limited to 'ndb/config')
-rw-r--r-- | ndb/config/type_ndbapitools.mk.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/config/type_ndbapitools.mk.am b/ndb/config/type_ndbapitools.mk.am index ed6d8699e05..d4eb090112d 100644 --- a/ndb/config/type_ndbapitools.mk.am +++ b/ndb/config/type_ndbapitools.mk.am @@ -11,4 +11,5 @@ INCLUDES += -I$(srcdir) -I$(top_srcdir)/include \ -I$(top_srcdir)/ndb/include/util \ -I$(top_srcdir)/ndb/include/portlib \ -I$(top_srcdir)/ndb/test/include \ - -I$(top_srcdir)/ndb/include/mgmapi + -I$(top_srcdir)/ndb/include/mgmapi \ + -I$(top_srcdir)/ndb/include/kernel |