summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2004-07-29 15:28:40 +0200
committerpem@mysql.comhem.se <>2004-07-29 15:28:40 +0200
commit387a01ddc8caf376dd7b87aae3e255344c0b8f94 (patch)
tree30ef73fad0b0c8b689230f16c067131cb9fddd6f /BUILD
parentec65f2b5a4de05b3fbe04ec8bca78709275163fd (diff)
downloadmariadb-git-387a01ddc8caf376dd7b87aae3e255344c0b8f94.tar.gz
Added --with-ndbcluster config option to compile-pentium-valgrind-max
(since it's in the other -max builds already).
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-max5
-rwxr-xr-xBUILD/compile-pentium-valgrind-max2
2 files changed, 1 insertions, 6 deletions
diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max
index 6eb71fcebb6..caf657a2049 100755
--- a/BUILD/compile-pentium-max
+++ b/BUILD/compile-pentium-max
@@ -7,11 +7,6 @@ extra_flags="$pentium_cflags $fast_cflags -g"
extra_configs="$pentium_configs"
#strip=yes
-#extra_configs="$extra_configs --with-innodb --with-berkeley-db \
-# --with-embedded-server --enable-thread-safe-client \
-# --with-openssl --with-vio --with-raid --with-ndbcluster"
-# removed per discussion with Brian and Sanja because it makes Bootstrap
-# fail
extra_configs="$extra_configs --with-innodb --with-berkeley-db \
--with-embedded-server --enable-thread-safe-client \
--with-openssl --with-vio --with-raid --with-ndbcluster"
diff --git a/BUILD/compile-pentium-valgrind-max b/BUILD/compile-pentium-valgrind-max
index ef035b3f023..fd9543163d6 100755
--- a/BUILD/compile-pentium-valgrind-max
+++ b/BUILD/compile-pentium-valgrind-max
@@ -9,7 +9,7 @@ cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs"
# We want to test isam when building with valgrind
-extra_configs="$extra_configs --with-berkeley-db --with-innodb --with-isam --with-embedded-server --with-openssl"
+extra_configs="$extra_configs --with-berkeley-db --with-innodb --with-isam --with-embedded-server --with-openssl --with-vio --with-raid --with-ndbcluster"
. "$path/FINISH.sh"