summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-09-11 21:44:32 +0200
committerSergei Golubchik <sergii@pisem.net>2010-09-11 21:44:32 +0200
commit8da65c05af52016a58e99271540be4a47a716af9 (patch)
treef7845c21f47eacf2d18a8f4db7eb7fb34567c86d /BUILD/SETUP.sh
parenta3d80d952d7b99680ca4a3a89e128ecc0d490c10 (diff)
downloadmariadb-git-8da65c05af52016a58e99271540be4a47a716af9.tar.gz
fix incorrect xtradb plugin metadata.
build innodb_plugin with *-all build scripts
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 19d8938a09e..7f3784143a5 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -179,7 +179,7 @@ max_no_embedded_configs="$SSL_LIBRARY --with-plugins=max"
max_no_qc_configs="$SSL_LIBRARY --with-plugins=max --without-query-cache"
max_no_ndb_configs="$SSL_LIBRARY --with-plugins=max-no-ndb --with-embedded-server --with-libevent"
max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-libevent"
-all_configs="$SSL_LIBRARY --with-plugins=max --with-plugin-ndbcluster --with-embedded-server --with-libevent"
+all_configs="$SSL_LIBRARY --with-plugins=max --with-plugin-ndbcluster --with-embedded-server --with-innodb_plugin --with-libevent"
#
# CPU and platform specific compilation flags.