mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Enable LOAD DATA LOCAL by default
This commit is contained in:
parent
e45cff23b9
commit
b0f98a302a
4 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue