Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c749e501
Commit
c749e501
authored
May 22, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- ISAM storage engine is now disabled by default. To enable it, configure
the sources with "--with-isam"
parent
6883f9ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
acinclude.m4
acinclude.m4
+2
-2
No files found.
acinclude.m4
View file @
c749e501
...
@@ -868,9 +868,9 @@ AC_SUBST(orbit_idl)
...
@@ -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], [
--with
out-isam Dis
able the ISAM table type],
--with
-isam En
able 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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment