diff options
author | unknown <tomas@poseidon.(none)> | 2004-08-26 14:35:33 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-08-26 14:35:33 +0000 |
commit | c42ce28591de77a01c200cbd2c6cb4ed8be18764 (patch) | |
tree | f76eb4de258b4fbef67de97f020eed43115cc6c1 /ndb/src/kernel/Makefile.am | |
parent | e387719d468da6571f50c9938c50b4091a1065c4 (diff) | |
download | mariadb-git-c42ce28591de77a01c200cbd2c6cb4ed8be18764.tar.gz |
ndb cluster config fixes, se respective files
mysql-test/ndb/ndb_config_2_node.ini:
added new config parameter datadir
ndb/include/mgmapi/mgmapi_config_parameters.h:
added new config parameter datadir and backup data dir
ndb/include/mgmcommon/ConfigRetriever.hpp:
changed verify config so that it can be used by mgmt srvr
ndb/include/mgmcommon/NdbConfig.h:
added option to set path for ndb files
ndb/src/common/mgmcommon/ConfigInfo.cpp:
changed token names for DB, MGM and API
added config parametsers for datadir and backup data dir
ndb/src/common/mgmcommon/ConfigRetriever.cpp:
changed verify config so that it can be used by mgmt srvr
ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
no need anymore to make uppercase
ndb/src/common/mgmcommon/NdbConfig.c:
bugfix+
added method to set datadir
ndb/src/kernel/Makefile.am:
added debug libs to ndbd
ndb/src/kernel/vm/Configuration.cpp:
added debug libs to ndbd
ndb/src/mgmsrv/MgmtSrvr.cpp:
added verify config to mgmt srvr
ndb/src/mgmsrv/main.cpp:
.
Diffstat (limited to 'ndb/src/kernel/Makefile.am')
-rw-r--r-- | ndb/src/kernel/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ndb/src/kernel/Makefile.am b/ndb/src/kernel/Makefile.am index 60284f6a369..a6be3244b41 100644 --- a/ndb/src/kernel/Makefile.am +++ b/ndb/src/kernel/Makefile.am @@ -52,7 +52,10 @@ LDADD += \ $(top_builddir)/ndb/src/common/mgmcommon/libmgmsrvcommon.la \ $(top_builddir)/ndb/src/mgmapi/libmgmapi.la \ $(top_builddir)/ndb/src/common/portlib/libportlib.la \ - $(top_builddir)/ndb/src/common/util/libgeneral.la + $(top_builddir)/ndb/src/common/util/libgeneral.la \ + $(top_builddir)/dbug/libdbug.a \ + $(top_builddir)/mysys/libmysys.a \ + $(top_builddir)/strings/libmystrings.a # Don't update the files from bitkeeper %::SCCS/s.% |