summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-01-19 10:40:39 -0800
committerjimw@mysql.com <>2005-01-19 10:40:39 -0800
commita4471236ecf9c5d0aff7bc3bf8ceeab25d2ae28b (patch)
treeeb31be21cbf25f50e95992f801d1923520010c85 /BUILD/SETUP.sh
parent639ea64d960ec0cd95465f8823b826dd9dbbba2b (diff)
downloadmariadb-git-a4471236ecf9c5d0aff7bc3bf8ceeab25d2ae28b.tar.gz
Build federated storage engine as part of max builds.
Diffstat (limited to 'BUILD/SETUP.sh')
-rw-r--r--BUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 5fe898878b9..fa20fd14571 100644
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -44,7 +44,7 @@ c_warnings="$global_warnings -Wunused"
cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
base_max_configs="--with-innodb --with-bdb --with-ndbcluster --with-archive-storage-engine --with-raid --with-openssl --with-raid --with-vio"
-max_leave_isam_configs="--with-innodb --with-bdb --with-ndbcluster --with-archive-storage-engine --with-raid --with-openssl --with-raid --with-vio --with-embedded-server"
+max_leave_isam_configs="--with-innodb --with-bdb --with-ndbcluster --with-archive-storage-engine --with-federated-storage-engine --with-raid --with-openssl --with-raid --with-vio --with-embedded-server"
max_no_es_configs="$max_leave_isam_configs --without-isam"
max_configs="$max_no_es_configs --with-embedded-server"