summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-05-25 02:47:25 +0300
committermonty@mysql.com <>2004-05-25 02:47:25 +0300
commitaf44187bff587b9503db19cb243ff4d4b69b367e (patch)
treecd40ef99e52fbe99be97d88ef663df2fa69b8ddb /BUILD
parentf23af5e6a25b7bd1edbc52e8c7f28f22a2e0b907 (diff)
parent0babddff40fe58ba01e2568bf1aa401e9c94fc4e (diff)
downloadmariadb-git-af44187bff587b9503db19cb243ff4d4b69b367e.tar.gz
Merge with 4.0 to get fixes for Windows project files
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-valgrind-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-valgrind-max b/BUILD/compile-pentium-valgrind-max
index d1c84b93484..ef035b3f023 100755
--- a/BUILD/compile-pentium-valgrind-max
+++ b/BUILD/compile-pentium-valgrind-max
@@ -3,7 +3,7 @@
path=`dirname $0`
. "$path/SETUP.sh"
-extra_flags="$pentium_cflags $debug_cflags -USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify"
+extra_flags="$pentium_cflags $debug_cflags -USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify -DMYSQL_SERVER_SUFFIX=-valgrind-max"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs"