diff options
author | vtkachenko@quadxeon.mysql.com <> | 2005-12-01 13:34:48 +0100 |
---|---|---|
committer | vtkachenko@quadxeon.mysql.com <> | 2005-12-01 13:34:48 +0100 |
commit | 045747f23ddba6b1573edbdfd161ae6a539fea87 (patch) | |
tree | e6ef274482adb5428e869008911f300bfa799ee9 /configure.in | |
parent | 21cc3ae5614434dd3b12ebb10a16b9656dba5d48 (diff) | |
download | mariadb-git-045747f23ddba6b1573edbdfd161ae6a539fea87.tar.gz |
Many files:
Added mmap support for MyISAM engine
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ed57fa0c72b..a01d962e3ea 100644 --- a/configure.in +++ b/configure.in @@ -1819,7 +1819,7 @@ AC_CHECK_FUNCS(alarm bcmp bfill bmove bzero chsize cuserid fchmod fcntl \ getcwd gethostbyaddr_r gethostbyname_r getpass getpassphrase getpwnam \ getpwuid getrlimit getrusage getwd gmtime_r index initgroups isnan \ localtime_r locking longjmp lrand48 madvise mallinfo memcpy memmove \ - mkstemp mlockall perror poll pread pthread_attr_create mmap getpagesize \ + mkstemp mlockall perror poll pread pthread_attr_create mmap mmap64 getpagesize \ pthread_attr_getstacksize pthread_attr_setprio pthread_attr_setschedparam \ pthread_attr_setstacksize pthread_condattr_create pthread_getsequence_np \ pthread_key_delete pthread_rwlock_rdlock pthread_setprio \ |