diff options
author | Jan Lindström <jan.lindstrom@skysql.com> | 2014-10-28 14:49:31 +0400 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@skysql.com> | 2014-10-29 11:07:11 +0200 |
commit | b96697d286e477ae8df212bdf0350d3110168499 (patch) | |
tree | 076cf49e3caf69ce4afc7fc8eba21ba574a34e5a /config.h.cmake | |
parent | e48fbd28d298417aae1eb06b3842586598e5dfce (diff) | |
download | mariadb-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.cmake | 1 |
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 |