mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Allow 4.0 to read new 4.1 .frm files
Makefile.am: Remove blank lines configure.in: Keep version gamma
This commit is contained in:
parent
dacf7f8fe5
commit
4c7fa21510
3 changed files with 22 additions and 14 deletions
|
|
@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
AC_INIT(sql/mysqld.cc)
|
||||
AC_CANONICAL_SYSTEM
|
||||
# The Docs Makefile.am parses this line!
|
||||
AM_INIT_AUTOMAKE(mysql, 4.0.11)
|
||||
AM_INIT_AUTOMAKE(mysql, 4.0.11-gamma)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
PROTOCOL_VERSION=10
|
||||
|
|
@ -702,7 +702,7 @@ AC_ARG_WITH(mysqld-user,
|
|||
AC_SUBST(MYSQLD_USER)
|
||||
|
||||
# If we should allow LOAD DATA LOCAL
|
||||
AC_MSG_CHECKING(if we should should enable LOAD DATA LOCAL by default)
|
||||
AC_MSG_CHECKING(If we should should enable LOAD DATA LOCAL by default)
|
||||
AC_ARG_ENABLE(local-infile,
|
||||
[ --enable-local-infile Enable LOAD DATA LOCAL INFILE (default: disabled)],
|
||||
[ ENABLED_LOCAL_INFILE=$enableval ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue