From ab0e5031e41d0aa72dd77a6dced9eacc8be5c548 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 1 Nov 2016 11:01:48 +1100 Subject: 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 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d0e5cf87475..4272699cb4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,6 @@ INCLUDE(install_macros) INCLUDE(systemd) INCLUDE(mysql_add_executable) INCLUDE(crc32-vpmsum) -INCLUDE(numa) # Handle options OPTION(DISABLE_SHARED -- cgit v1.2.1