diff options
author | unknown <lenz@mysql.com> | 2004-04-26 22:37:42 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-04-26 22:37:42 +0200 |
commit | 4959571d91c90eb662231a687761e64e7616897f (patch) | |
tree | 051beda4dbeec275b54d123850d3d286e4d736ff /BUILD | |
parent | 9eda04d8d84dc244293976a9092cff583a9a8060 (diff) | |
download | mariadb-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 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max index 4563f5ae827..caf657a2049 100755 --- a/BUILD/compile-pentium-max +++ b/BUILD/compile-pentium-max @@ -9,6 +9,6 @@ extra_configs="$pentium_configs" extra_configs="$extra_configs --with-innodb --with-berkeley-db \ --with-embedded-server --enable-thread-safe-client \ - --with-openssl --with-vio --with-raid" + --with-openssl --with-vio --with-raid --with-ndbcluster" . "$path/FINISH.sh" |