summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-valgrind-max
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-pentium-valgrind-max')
-rwxr-xr-xBUILD/compile-pentium-valgrind-max3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-valgrind-max b/BUILD/compile-pentium-valgrind-max
index 2e739ce9607..d1c84b93484 100755
--- a/BUILD/compile-pentium-valgrind-max
+++ b/BUILD/compile-pentium-valgrind-max
@@ -8,7 +8,8 @@ c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs"
-extra_configs="$extra_configs --with-berkeley-db --with-innodb --without-isam --with-embedded-server --with-openssl"
+# 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"
. "$path/FINISH.sh"