summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-02-14 19:24:49 +0200
committermonty@hundin.mysql.fi <>2002-02-14 19:24:49 +0200
commitb0f98a302ab46cbdf1db41ffbfb1931bb0232d6c (patch)
treefe00c1b4effb40561bed504835d3f6738e4d4d98 /BUILD
parente45cff23b9331d1b3ea658c4f16b23cf4d3923c5 (diff)
downloadmariadb-git-b0f98a302ab46cbdf1db41ffbfb1931bb0232d6c.tar.gz
Enable LOAD DATA LOCAL by default
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 dc88bab62d3..993c48565b8 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"
+extra_configs="$extra_configs --with-berkeley-db --with-innodb --enable-local-infile"
. "$path/FINISH.sh"