1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-16 00:42:55 +03:00

Enable LOAD DATA LOCAL by default

This commit is contained in:
monty@hundin.mysql.fi
2002-02-14 19:24:49 +02:00
parent e45cff23b9
commit b0f98a302a
4 changed files with 4 additions and 2 deletions

View File

@ -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=/ \