summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-02-14 19:41:32 +0200
committerunknown <monty@hundin.mysql.fi>2002-02-14 19:41:32 +0200
commitd44aef016cf55dd6852fe6669e309925d07b3df2 (patch)
tree005580278a7647313c79b8f3168eb2eac8d5ee8f /BUILD
parent5fa6df3081eea58dbd21e24315e27d166e66d23c (diff)
parent4c164621185c8493de06281ae68ef35f977c13a9 (diff)
downloadmariadb-git-d44aef016cf55dd6852fe6669e309925d07b3df2.tar.gz
Use --enable-local-infile as default
Build-tools/Do-compile: Auto merged support-files/mysql.spec.sh: Auto merged
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-debug-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max
index 1684686ce8c..d320f968c4e 100755
--- a/BUILD/compile-pentium-debug-max
+++ b/BUILD/compile-pentium-debug-max
@@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs"
-extra_configs="$extra_configs --with-berkeley-db --with-innodb --with-embedded-server --with-openssl"
+extra_configs="$extra_configs --with-berkeley-db --with-innodb --with-embedded-server --with-openssl --enable-local-infile"
. "$path/FINISH.sh"