mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
Update scripts for new POSIX spec
Fix for --enable-local-infile Portability fix for bison bdb/dist/s_recover: Update for new POSIX spec configure.in: Fix for --enable-local-infile libmysql/libmysql.c: Cleanup mysql-test/mysql-test-run.sh: Update for new POSIX spec scripts/safe_mysqld.sh: Update for new POSIX spec sql-bench/server-cfg.sh: Update for new POSIX spec sql/sql_yacc.yy: Portability fix for bison
This commit is contained in:
parent
4c16462118
commit
326d80ea64
7 changed files with 22 additions and 11 deletions
|
|
@ -591,6 +591,8 @@ AC_ARG_ENABLE(local-infile,
|
|||
[ ENABLED_LOCAL_INFILE=no ]
|
||||
)
|
||||
|
||||
AC_SUBST(ENABLE_LOCAL_INFILE)
|
||||
|
||||
# Use Paul Eggerts macros from GNU tar to check for large file support.
|
||||
MYSQL_SYS_LARGEFILE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue