summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2021-06-02 14:05:12 +0300
committerMonty <monty@mariadb.org>2021-06-02 18:54:49 +0300
commitfa0bbff032bc5717715fdf32ce4c8ebdfcf73944 (patch)
tree41ba37a1a76268f328c6e952a185aed33a3f1879 /BUILD
parentd3d2c9656777ac59ce60e4070c0659e50c8796e2 (diff)
downloadmariadb-git-fa0bbff032bc5717715fdf32ce4c8ebdfcf73944.tar.gz
Fixed that compile-pentium64-valgrind-max works
- Removed Tokudb (no need to test this anymore with valgrind) - Added __attribute__(unused)) to a few places to be able to compile even if valgrind/memcheck.h is not installed. Reviewer: Marko Mäkelä <marko.makela@mariadb.com>
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium64-valgrind-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-valgrind-max b/BUILD/compile-pentium64-valgrind-max
index 0653fb7fe75..84e78805246 100755
--- a/BUILD/compile-pentium64-valgrind-max
+++ b/BUILD/compile-pentium64-valgrind-max
@@ -33,6 +33,6 @@ path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium64_cflags $debug_cflags $valgrind_flags"
-extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs"
+extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs --without-plugin-tokudb"
. "$path/FINISH.sh"