diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2016-09-20 10:05:10 +1000 |
---|---|---|
committer | Daniel Black <daniel.black@au.ibm.com> | 2016-09-23 08:33:38 +1000 |
commit | 8103f6f2235b58ca09f75efe24d2731895387152 (patch) | |
tree | 8fa176d600c9241b1c9964f7d0059b6df7620f3c /config.h.cmake | |
parent | 26e3117ca9f02cf3dcb424b82e93be8709cc5e91 (diff) | |
download | mariadb-git-8103f6f2235b58ca09f75efe24d2731895387152.tar.gz |
MDEV-10829: Enable Innodb NUMA interleave
Code was already existing within the innobase/xtradb storage engines
however without this cmake code it was never enabled.
num.cmake heavily based off work by Annamalai Gurusami <annamalai.gurusami@oracle.com>
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
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 00aa03483ee..08b0422a520 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -106,6 +106,7 @@ #cmakedefine HAVE_LIBWRAP 1 #cmakedefine HAVE_SYSTEMD 1 #cmakedefine HAVE_CRC32_VPMSUM 1 +#cmakedefine HAVE_LIBNUMA 1 /* Does "struct timespec" have a "sec" and "nsec" field? */ #cmakedefine HAVE_TIMESPEC_TS_SEC 1 |