1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

- 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
This commit is contained in:
unknown
2004-04-26 22:37:42 +02:00
parent 9eda04d8d8
commit 4959571d91
3 changed files with 4 additions and 3 deletions

View File

@ -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