summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-valgrind-max
diff options
context:
space:
mode:
authorunknown <pem@mysql.comhem.se>2004-07-29 15:28:40 +0200
committerunknown <pem@mysql.comhem.se>2004-07-29 15:28:40 +0200
commit2d2cf95ee3c74e9bb2fa5c881ba537bf06fabde3 (patch)
tree30ef73fad0b0c8b689230f16c067131cb9fddd6f /BUILD/compile-pentium-valgrind-max
parent3f4e7a910d0355e0305ac37bf4707c83d5bb3aed (diff)
downloadmariadb-git-2d2cf95ee3c74e9bb2fa5c881ba537bf06fabde3.tar.gz
Added --with-ndbcluster config option to compile-pentium-valgrind-max
(since it's in the other -max builds already). BUILD/compile-pentium-max: Removed obviously obsolete comment. BUILD/compile-pentium-valgrind-max: Added same --with* options as for other -max builds (e.g. ndbcluster).
Diffstat (limited to 'BUILD/compile-pentium-valgrind-max')
-rwxr-xr-xBUILD/compile-pentium-valgrind-max2
1 files changed, 1 insertions, 1 deletions
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"