diff options
author | unknown <lenz@mysql.com> | 2004-12-31 13:12:36 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-12-31 13:12:36 +0100 |
commit | 0428fcb89ea71ef397b26c65e11ef77097a3a83f (patch) | |
tree | aa548c96c86c80f45c5f78b598a5e291d1ad4d6b /BUILD/compile-dist | |
parent | 74ddae773af458a33b73f5d21ff8e4ed3845896d (diff) | |
download | mariadb-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-x | BUILD/compile-dist | 3 |
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 |