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