summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-09-20 15:26:10 -0700
committerbrian@zim.(none) <>2005-09-20 15:26:10 -0700
commite3c87e16aecc498472625489aac8fabda37da6d1 (patch)
tree67eb8d12c70d07aaa664bb3b5cdbdf6a71bc51ac /BUILD
parent6383ab91dbc4206af1aa24cd2f9679d95c812fc9 (diff)
downloadmariadb-git-e3c87e16aecc498472625489aac8fabda37da6d1.tar.gz
Fixed a typo in handler.cc if CSV was built. I also added CSV to the default MAX builds so that more people test it.
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/SETUP.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 1bf3bad5abe..4c8a8839bdf 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -52,9 +52,8 @@ global_warnings="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wch
#debug_extra_warnings="-Wuninitialized"
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-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-openssl --with-big-tables --with-blackhole-storage-engine --with-federated-storage-engine"
-max_leave_isam_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-federated-storage-engine --with-blackhole-storage-engine --with-openssl --with-embedded-server --with-big-tables"
+base_max_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-openssl --with-big-tables --with-blackhole-storage-engine --with-federated-storage-engine --with-csv-storage-engine"
+max_leave_isam_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-federated-storage-engine --with-blackhole-storage-engine --with-csv-storage-engine --with-openssl --with-embedded-server --with-big-tables"
max_configs="$base_max_configs --with-embedded-server"
path=`dirname $0`