summaryrefslogtreecommitdiff
path: root/include/mysql_embed.h
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-04-26 22:37:42 +0200
committerunknown <lenz@mysql.com>2004-04-26 22:37:42 +0200
commit4959571d91c90eb662231a687761e64e7616897f (patch)
tree051beda4dbeec275b54d123850d3d286e4d736ff /include/mysql_embed.h
parent9eda04d8d84dc244293976a9092cff583a9a8060 (diff)
downloadmariadb-git-4959571d91c90eb662231a687761e64e7616897f.tar.gz
- disabled the NDB Cluster from the embedded server
- added compiling of the NDB Cluster to compile-pentium-max BUILD/compile-pentium-max: - added NDB Cluster include/mysql_embed.h: - disable NDB cluster for the embedded server by #undef'ing HAVE_NDBCLUSTER_DB libmysqld/Makefile.am: - remove ndbcluster_includes and ndbcluster_libs as NDB is not part of libmysqld anyway
Diffstat (limited to 'include/mysql_embed.h')
-rw-r--r--include/mysql_embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_embed.h b/include/mysql_embed.h
index 7a169d4133e..8e65087c566 100644
--- a/include/mysql_embed.h
+++ b/include/mysql_embed.h
@@ -26,6 +26,7 @@
#undef HAVE_OPENSSL
#undef HAVE_ISAM
#undef HAVE_SMEM /* No shared memory */
+#undef HAVE_NDBCLUSTER_DB /* No NDB cluster */
#define DONT_USE_RAID