diff options
author | unknown <tomas@poseidon.(none)> | 2004-05-27 16:28:41 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-05-27 16:28:41 +0000 |
commit | 29f3f5335d1809844fd88b953b98ee32f5022c5f (patch) | |
tree | 53ba7c3347f44416751ef25df92f5023078dc947 /ndb/src | |
parent | 4688d39aaddd9c43e1f30b3f70717fe781e30577 (diff) | |
download | mariadb-git-29f3f5335d1809844fd88b953b98ee32f5022c5f.tar.gz |
ndb fixes see files
acconfig.h:
added switched for shm sci in ndb
acinclude.m4:
added switched for shm sci in ndb
configure.in:
added dependency for ndblibs to mysql server
ndb/src/common/transporter/Makefile.am:
small fix
ndb/src/common/transporter/Transporter.hpp:
ndb_global for sci and shm defines
Diffstat (limited to 'ndb/src')
-rw-r--r-- | ndb/src/common/transporter/Makefile.am | 3 | ||||
-rw-r--r-- | ndb/src/common/transporter/Transporter.hpp | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ndb/src/common/transporter/Makefile.am b/ndb/src/common/transporter/Makefile.am index 1eff91a20ca..9e697076cda 100644 --- a/ndb/src/common/transporter/Makefile.am +++ b/ndb/src/common/transporter/Makefile.am @@ -10,9 +10,10 @@ libtransporter_la_SOURCES = \ # SHM_Transporter.cpp +INCLUDES_LOC = -I$(top_srcdir)/ndb/include/kernel -I$(top_srcdir)/ndb/include/transporter + include $(top_srcdir)/ndb/config/common.mk.am include $(top_srcdir)/ndb/config/type_util.mk.am -INCLUDES += -I$(top_srcdir)/ndb/include/kernel -I$(top_srcdir)/ndb/include/transporter # Don't update the files from bitkeeper %::SCCS/s.% diff --git a/ndb/src/common/transporter/Transporter.hpp b/ndb/src/common/transporter/Transporter.hpp index c562451a1b0..43b26d45899 100644 --- a/ndb/src/common/transporter/Transporter.hpp +++ b/ndb/src/common/transporter/Transporter.hpp @@ -17,6 +17,8 @@ #ifndef Transporter_H #define Transporter_H +#include <ndb_global.h> + #include <TransporterCallback.hpp> #include "TransporterDefinitions.hpp" #include "Packer.hpp" |