From 8da65c05af52016a58e99271540be4a47a716af9 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 11 Sep 2010 21:44:32 +0200 Subject: fix incorrect xtradb plugin metadata. build innodb_plugin with *-all build scripts --- BUILD/SETUP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') 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. -- cgit v1.2.1