summaryrefslogtreecommitdiff
path: root/cmake/numa.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: shut up repeated NUMA status messagesSergei Golubchik2018-06-031-4/+4
|
* MDEV-12924 No --innodb-numa-interleave in mysqld binariesSachin Setiya2018-04-191-9/+18
| | | | | | | | | | It changes the cmake WITH_NUMA option to have 3 values Auto:- If libnuma present compile with numa (Default value) OFF:- Compile without libnuma On:- Compile with numa , throw error if libnuma not present Patch Contributer:- Vesa Patch Reviewer:- serg
* 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>