diff options
author | unknown <lenz@mysql.com> | 2004-06-14 21:17:28 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-06-14 21:17:28 +0200 |
commit | c4dbb09193e3249f8415bc42c9b00fe5fad8606a (patch) | |
tree | d9e1656e4200fc110bd0885def0c6172e124693f /BUILD | |
parent | a616c3dfbcb70dd47e68985c1c194f5fba8ef2d8 (diff) | |
download | mariadb-git-c4dbb09193e3249f8415bc42c9b00fe5fad8606a.tar.gz |
- re-enabled NDB cluster in compile-pentium-max
BUILD/compile-pentium-max:
- re-enabled NDB cluster
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max index 5deedf7ac37..6eb71fcebb6 100755 --- a/BUILD/compile-pentium-max +++ b/BUILD/compile-pentium-max @@ -14,6 +14,6 @@ extra_configs="$pentium_configs" # fail extra_configs="$extra_configs --with-innodb --with-berkeley-db \ --with-embedded-server --enable-thread-safe-client \ - --with-openssl --with-vio --with-raid --without-ndbcluster" + --with-openssl --with-vio --with-raid --with-ndbcluster" . "$path/FINISH.sh" |