summaryrefslogtreecommitdiff
path: root/storage/myisam/mi_packrec.c
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-10-11 08:41:36 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-10-11 08:41:36 +0300
commitd04f2de80a96b3ff9290ee27507195bfb01fc77f (patch)
tree49da698fbe99c5888f41238b0cda4e1eedebf2e2 /storage/myisam/mi_packrec.c
parent5e17b1f7cbfc256850ed139a0a4898040e16ff60 (diff)
parentb05be3ef8c8668ddbcbe8e1c08dcd4fcc88eb4cf (diff)
downloadmariadb-git-d04f2de80a96b3ff9290ee27507195bfb01fc77f.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'storage/myisam/mi_packrec.c')
-rw-r--r--storage/myisam/mi_packrec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/myisam/mi_packrec.c b/storage/myisam/mi_packrec.c
index 72ce17b6a78..b28eaf21090 100644
--- a/storage/myisam/mi_packrec.c
+++ b/storage/myisam/mi_packrec.c
@@ -1479,9 +1479,6 @@ static uint max_bit(register uint value)
/*****************************************************************************
Some redefined functions to handle files when we are using memmap
*****************************************************************************/
-#ifdef HAVE_SYS_MMAN_H
-#include <sys/mman.h>
-#endif
#ifdef HAVE_MMAP