diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-11 21:44:32 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-11 21:44:32 +0200 |
commit | 8da65c05af52016a58e99271540be4a47a716af9 (patch) | |
tree | f7845c21f47eacf2d18a8f4db7eb7fb34567c86d /BUILD/SETUP.sh | |
parent | a3d80d952d7b99680ca4a3a89e128ecc0d490c10 (diff) | |
download | mariadb-git-8da65c05af52016a58e99271540be4a47a716af9.tar.gz |
fix incorrect xtradb plugin metadata.
build innodb_plugin with *-all build scripts
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-x | BUILD/SETUP.sh | 2 |
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. |