mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +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_DEFUN([MYSQL_CHECK_ISAM], [
|
||||||
AC_ARG_WITH([isam], [
|
AC_ARG_WITH([isam], [
|
||||||
--without-isam Disable the ISAM table type],
|
--with-isam Enable the ISAM table type],
|
||||||
[with_isam="$withval"],
|
[with_isam="$withval"],
|
||||||
[with_isam=yes])
|
[with_isam=no])
|
||||||
|
|
||||||
isam_libs=
|
isam_libs=
|
||||||
if test X"$with_isam" = X"yes"
|
if test X"$with_isam" = X"yes"
|
||||||
|
|
Loading…
Add table
Reference in a new issue