diff options
author | unknown <sanja@askmonty.org> | 2009-10-06 17:53:46 +0300 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2009-10-06 17:53:46 +0300 |
commit | d8049a62fffeac22b213fc0d5d383684dee42dd3 (patch) | |
tree | 45bc6ac5a04f35d72b87a073d9257b13a37f8690 /BUILD | |
parent | 5c7232af1517a093dee37332b00be3e9dfd58b25 (diff) | |
parent | 0c0e1f2e351923c2fecdf38641734ec796ec9c15 (diff) | |
download | mariadb-git-d8049a62fffeac22b213fc0d5d383684dee42dd3.tar.gz |
merge
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/SETUP.sh | 1 | ||||
-rwxr-xr-x | BUILD/compile-pentium-debug-max-no-qc | 9 |
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" |