summaryrefslogtreecommitdiff
path: root/support-files/mysql.spec.sh
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 /support-files/mysql.spec.sh
parente45cff23b9331d1b3ea658c4f16b23cf4d3923c5 (diff)
downloadmariadb-git-b0f98a302ab46cbdf1db41ffbfb1931bb0232d6c.tar.gz
Enable LOAD DATA LOCAL by default
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r--support-files/mysql.spec.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 428bbdf0862..fcc09aa8302 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -160,6 +160,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
./configure \
$* \
--enable-assembler \
+ --enable-local-infile \
--with-mysqld-user=%{mysqld_user} \
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
--prefix=/ \