diff options
author | jonas@perch.ndb.mysql.com <> | 2007-02-13 02:38:54 +0100 |
---|---|---|
committer | jonas@perch.ndb.mysql.com <> | 2007-02-13 02:38:54 +0100 |
commit | fc94ac8a10cbb9d5a1778e5f658feaeafd2a38a5 (patch) | |
tree | 835f87d522aa5e21b97d80aeb8bef6b9b828902c /storage/ndb/src | |
parent | 3edab3e4c8ba8c8381de892c9e3852254734ee5b (diff) | |
download | mariadb-git-fc94ac8a10cbb9d5a1778e5f658feaeafd2a38a5.tar.gz |
ndb - new atrt
Diffstat (limited to 'storage/ndb/src')
-rw-r--r-- | storage/ndb/src/cw/cpcd/Makefile.am | 2 | ||||
-rw-r--r-- | storage/ndb/src/mgmsrv/InitConfigFileParser.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/storage/ndb/src/cw/cpcd/Makefile.am b/storage/ndb/src/cw/cpcd/Makefile.am index dfd2e8c270b..efc828e21a9 100644 --- a/storage/ndb/src/cw/cpcd/Makefile.am +++ b/storage/ndb/src/cw/cpcd/Makefile.am @@ -26,7 +26,7 @@ LDADD_LOC = \ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_util.mk.am -ndb_cpcd_LDFLAGS = @ndb_bin_am_ldflags@ +ndb_cpcd_LDFLAGS = -static @ndb_bin_am_ldflags@ # Don't update the files from bitkeeper %::SCCS/s.% diff --git a/storage/ndb/src/mgmsrv/InitConfigFileParser.cpp b/storage/ndb/src/mgmsrv/InitConfigFileParser.cpp index ca0471f97b4..c691951d584 100644 --- a/storage/ndb/src/mgmsrv/InitConfigFileParser.cpp +++ b/storage/ndb/src/mgmsrv/InitConfigFileParser.cpp @@ -836,7 +836,7 @@ InitConfigFileParser::parse_mycnf() opt.arg_type = REQUIRED_ARG; options.push_back(opt); - opt.name = "api"; + opt.name = "ndbapi"; opt.id = 256; opt.value = (gptr*)malloc(sizeof(char*)); opt.var_type = GET_STR; |