1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Enable LOAD DATA LOCAL by default

This commit is contained in:
unknown
2002-02-14 19:24:49 +02:00
parent 3a231663f0
commit 4c16462118
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=/ \