summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-12-31 13:12:36 +0100
committerunknown <lenz@mysql.com>2004-12-31 13:12:36 +0100
commit0428fcb89ea71ef397b26c65e11ef77097a3a83f (patch)
treeaa548c96c86c80f45c5f78b598a5e291d1ad4d6b /BUILD/compile-dist
parent74ddae773af458a33b73f5d21ff8e4ed3845896d (diff)
downloadmariadb-git-0428fcb89ea71ef397b26c65e11ef77097a3a83f.tar.gz
- updated compile-dist to include NDB cluster
BUILD/compile-dist: - make sure to include NDB cluster in the distribution, too
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