diff options
author | unknown <monty@hundin.mysql.fi> | 2002-02-14 19:24:49 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-02-14 19:24:49 +0200 |
commit | 4c164621185c8493de06281ae68ef35f977c13a9 (patch) | |
tree | fe00c1b4effb40561bed504835d3f6738e4d4d98 /support-files | |
parent | 3a231663f034394fe341ebc98fa335f824fa3135 (diff) | |
download | mariadb-git-4c164621185c8493de06281ae68ef35f977c13a9.tar.gz |
Enable LOAD DATA LOCAL by default
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 1 |
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=/ \ |