From 059394a5737797439e141b092f8e21d0a23a309f Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Mon, 14 Jun 2004 21:17:28 +0200 Subject: [PATCH] - re-enabled NDB cluster in compile-pentium-max --- BUILD/compile-pentium-max | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max index 5deedf7ac37..6eb71fcebb6 100755 --- a/BUILD/compile-pentium-max +++ b/BUILD/compile-pentium-max @@ -14,6 +14,6 @@ extra_configs="$pentium_configs" # fail extra_configs="$extra_configs --with-innodb --with-berkeley-db \ --with-embedded-server --enable-thread-safe-client \ - --with-openssl --with-vio --with-raid --without-ndbcluster" + --with-openssl --with-vio --with-raid --with-ndbcluster" . "$path/FINISH.sh"