diff options
author | monty@hundin.mysql.fi <> | 2002-02-14 19:41:32 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-14 19:41:32 +0200 |
commit | c1947bca03fe57cf90e3f2705f21c1c6ca7cc3da (patch) | |
tree | 005580278a7647313c79b8f3168eb2eac8d5ee8f /support-files/mysql.spec.sh | |
parent | e070e9a01f7a86c03e310ec92d9d0bfdc616674e (diff) | |
parent | b0f98a302ab46cbdf1db41ffbfb1931bb0232d6c (diff) | |
download | mariadb-git-c1947bca03fe57cf90e3f2705f21c1c6ca7cc3da.tar.gz |
Use --enable-local-infile as default
Diffstat (limited to 'support-files/mysql.spec.sh')
-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 a5e6815d47a..f619bc0ee7b 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -174,6 +174,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=/ \ |