Enable LOAD DATA LOCAL by default

This commit is contained in:
monty@hundin.mysql.fi 2002-02-14 19:24:49 +02:00
commit b0f98a302a
4 changed files with 4 additions and 2 deletions

View file

@ -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"