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 /Build-tools/Do-all-build-steps | |
parent | 3a231663f034394fe341ebc98fa335f824fa3135 (diff) | |
download | mariadb-git-4c164621185c8493de06281ae68ef35f977c13a9.tar.gz |
Enable LOAD DATA LOCAL by default
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index 158c06a04a3..c236fe20f99 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -64,6 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf --with-mit-threads=yes $EXTRA_CONFIG \ --enable-thread-safe-client \ --with-berkeley-db \ + --enable-local-infile \ --with-innodb gmake -j 2 |