mirror of
https://github.com/MariaDB/server.git
synced 2025-06-13 13:01:51 +03:00
Update scripts for new POSIX spec
Fix for --enable-local-infile Portability fix for bison
This commit is contained in:
@ -1022,7 +1022,7 @@ mysql_init(MYSQL *mysql)
|
||||
|
||||
/*
|
||||
Only enable LOAD DATA INFILE by default if configured with
|
||||
--with-enabled-local-inflile
|
||||
--enable-local-infile
|
||||
*/
|
||||
#ifdef ENABLED_LOCAL_INFILE
|
||||
mysql->options.client_flag|= CLIENT_LOCAL_FILES;
|
||||
|
Reference in New Issue
Block a user