diff options
author | monty@hundin.mysql.fi <> | 2002-02-14 19:24:49 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-14 19:24:49 +0200 |
commit | b0f98a302ab46cbdf1db41ffbfb1931bb0232d6c (patch) | |
tree | fe00c1b4effb40561bed504835d3f6738e4d4d98 /BUILD | |
parent | e45cff23b9331d1b3ea658c4f16b23cf4d3923c5 (diff) | |
download | mariadb-git-b0f98a302ab46cbdf1db41ffbfb1931bb0232d6c.tar.gz |
Enable LOAD DATA LOCAL by default
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index dc88bab62d3..993c48565b8 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_configs $debug_configs" -extra_configs="$extra_configs --with-berkeley-db --with-innodb" +extra_configs="$extra_configs --with-berkeley-db --with-innodb --enable-local-infile" . "$path/FINISH.sh" |