summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorDaniel Black <daniel.black@au.ibm.com>2016-11-01 11:01:48 +1100
committerDaniel Black <daniel.black@au.ibm.com>2016-11-01 11:09:47 +1100
commitab0e5031e41d0aa72dd77a6dced9eacc8be5c548 (patch)
treefc6339f99f70c3229e6df42a9f2152524af87fc6 /config.h.cmake
parent71e11bce34339a69576321d6c40838fa65208dc7 (diff)
downloadmariadb-git-ab0e5031e41d0aa72dd77a6dced9eacc8be5c548.tar.gz
MDEV-11195: Correct enablement of NUMA in innodb/xtradb
No -DHAVE_LIBNUMA=1 was passed to the source compile (and the global include/my_config.h wasn't used). This also is Linux only so corrected the cmake macro. Fixed indenting in cmake macro. Removed NUMA defination from include/my_config.h as its only in the storage engine. Thanks Elena Stepanova and Vladislav Vaintroub for the detailed list of bugs/questions. Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 08b0422a520..00aa03483ee 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -106,7 +106,6 @@
#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