mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
- ISAM storage engine is now disabled by default. To enable it, configure
the sources with "--with-isam"
This commit is contained in:
parent
2b1e1f6494
commit
d915b63db0
1 changed files with 2 additions and 2 deletions
|
@ -868,9 +868,9 @@ AC_SUBST(orbit_idl)
|
|||
|
||||
AC_DEFUN([MYSQL_CHECK_ISAM], [
|
||||
AC_ARG_WITH([isam], [
|
||||
--without-isam Disable the ISAM table type],
|
||||
--with-isam Enable the ISAM table type],
|
||||
[with_isam="$withval"],
|
||||
[with_isam=yes])
|
||||
[with_isam=no])
|
||||
|
||||
isam_libs=
|
||||
if test X"$with_isam" = X"yes"
|
||||
|
|
Loading…
Reference in a new issue