Skip to content
Permalink
Browse files
MDEV-12924: re-add numa to innodb
Commit 3a3b3d8 overly purged the numa checks.

Re-add this.

Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
  • Loading branch information
grooverdan committed May 29, 2017
1 parent 73deafb commit b53f6b9
Showing 1 changed file with 2 additions and 0 deletions.
@@ -24,12 +24,14 @@ INCLUDE(lzo.cmake)
INCLUDE(lzma.cmake)
INCLUDE(bzip2.cmake)
INCLUDE(snappy.cmake)
INCLUDE(numa)

MYSQL_CHECK_LZ4()
MYSQL_CHECK_LZO()
MYSQL_CHECK_LZMA()
MYSQL_CHECK_BZIP2()
MYSQL_CHECK_SNAPPY()
MYSQL_CHECK_NUMA()

IF(CMAKE_CROSSCOMPILING)
# Use CHECK_C_SOURCE_COMPILES instead of CHECK_C_SOURCE_RUNS when

0 comments on commit b53f6b9

Please sign in to comment.