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 | |
parent | 3a231663f034394fe341ebc98fa335f824fa3135 (diff) | |
download | mariadb-git-4c164621185c8493de06281ae68ef35f977c13a9.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" |