summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2009-10-06 17:53:46 +0300
committerunknown <sanja@askmonty.org>2009-10-06 17:53:46 +0300
commitd8049a62fffeac22b213fc0d5d383684dee42dd3 (patch)
tree45bc6ac5a04f35d72b87a073d9257b13a37f8690 /BUILD
parent5c7232af1517a093dee37332b00be3e9dfd58b25 (diff)
parent0c0e1f2e351923c2fecdf38641734ec796ec9c15 (diff)
downloadmariadb-git-d8049a62fffeac22b213fc0d5d383684dee42dd3.tar.gz
merge
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/SETUP.sh1
-rwxr-xr-xBUILD/compile-pentium-debug-max-no-qc9
2 files changed, 10 insertions, 0 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 84abf2a461b..418ee799a2c 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -172,6 +172,7 @@ local_infile_configs="--enable-local-infile"
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"
# Disable NDB in maria max builds
diff --git a/BUILD/compile-pentium-debug-max-no-qc b/BUILD/compile-pentium-debug-max-no-qc
new file mode 100755
index 00000000000..4d8b568a3cf
--- /dev/null
+++ b/BUILD/compile-pentium-debug-max-no-qc
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$pentium_cflags $debug_cflags"
+extra_configs="$pentium_configs $debug_configs $max_no_qc_configs"
+
+. "$path/FINISH.sh"