diff options
author | pem@mysql.comhem.se <> | 2004-07-29 15:28:40 +0200 |
---|---|---|
committer | pem@mysql.comhem.se <> | 2004-07-29 15:28:40 +0200 |
commit | 387a01ddc8caf376dd7b87aae3e255344c0b8f94 (patch) | |
tree | 30ef73fad0b0c8b689230f16c067131cb9fddd6f /BUILD/compile-pentium-valgrind-max | |
parent | ec65f2b5a4de05b3fbe04ec8bca78709275163fd (diff) | |
download | mariadb-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/compile-pentium-valgrind-max')
-rwxr-xr-x | BUILD/compile-pentium-valgrind-max | 2 |
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" |