summaryrefslogtreecommitdiff
path: root/cmake/numa.cmake
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-11195: Simplify enablement of NUMA in innodb/xtradbDaniel Black2016-11-021-4/+2
| | | | Move common parts of {innodb,xtradb}/CmakeLists.txt to the macro.
* MDEV-11195: Correct enablement of NUMA in innodb/xtradbDaniel Black2016-11-011-15/+22
| | | | | | | | | | | | | | | | | 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>
* MDEV-10829: Enable Innodb NUMA interleaveDaniel Black2016-09-231-0/+38
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>