diff options
author | lenz@mysql.com <> | 2004-12-31 13:12:36 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2004-12-31 13:12:36 +0100 |
commit | 8f499239e36e9f46984160c49f27f38038abc6c7 (patch) | |
tree | aa548c96c86c80f45c5f78b598a5e291d1ad4d6b /BUILD/compile-dist | |
parent | bd5e4d81e7a6c8d0cdc196485ae2ebcefb84b5fa (diff) | |
download | mariadb-git-8f499239e36e9f46984160c49f27f38038abc6c7.tar.gz |
- updated compile-dist to include NDB cluster
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 |