summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorlenz@mysql.com <>2004-12-31 13:12:36 +0100
committerlenz@mysql.com <>2004-12-31 13:12:36 +0100
commit8f499239e36e9f46984160c49f27f38038abc6c7 (patch)
treeaa548c96c86c80f45c5f78b598a5e291d1ad4d6b /BUILD/compile-dist
parentbd5e4d81e7a6c8d0cdc196485ae2ebcefb84b5fa (diff)
downloadmariadb-git-8f499239e36e9f46984160c49f27f38038abc6c7.tar.gz
- updated compile-dist to include NDB cluster
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index 2344d4dfffd..f27c218747c 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -42,5 +42,6 @@ fi
--with-embedded-server \
--with-berkeley-db \
--with-innodb \
- --enable-thread-safe-client
+ --enable-thread-safe-client \
+ --with-ndbcluster
make