summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-02-14 19:24:49 +0200
committerunknown <monty@hundin.mysql.fi>2002-02-14 19:24:49 +0200
commit4c164621185c8493de06281ae68ef35f977c13a9 (patch)
treefe00c1b4effb40561bed504835d3f6738e4d4d98 /BUILD
parent3a231663f034394fe341ebc98fa335f824fa3135 (diff)
downloadmariadb-git-4c164621185c8493de06281ae68ef35f977c13a9.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"