summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@skysql.com>2014-10-28 14:49:31 +0400
committerJan Lindström <jan.lindstrom@skysql.com>2014-10-29 11:07:11 +0200
commitb96697d286e477ae8df212bdf0350d3110168499 (patch)
tree076cf49e3caf69ce4afc7fc8eba21ba574a34e5a /config.h.cmake
parente48fbd28d298417aae1eb06b3842586598e5dfce (diff)
downloadmariadb-git-b96697d286e477ae8df212bdf0350d3110168499.tar.gz
MDEV-6648: InnoDB: Add support for 4K sector size if supported
New generation hard drives, SSDs and NVM devices support 4K sector size. Supported sector size can be found using fstatvfs() or GetDiskFreeSpace() functions.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 8982976a0bd..c575f13a62d 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -94,6 +94,7 @@
#cmakedefine HAVE_SYS_TYPES_H 1
#cmakedefine HAVE_SYS_UN_H 1
#cmakedefine HAVE_SYS_VADVISE_H 1
+#cmakedefine HAVE_SYS_STATVFS_H 1
#cmakedefine HAVE_TERM_H 1
#cmakedefine HAVE_TERMBITS_H 1
#cmakedefine HAVE_TERMIOS_H 1