Commit 5c66eb5c authored by Sergei Petrunia's avatar Sergei Petrunia

Disable compilation of storage/rocksdb/unittest/test_properties_collector

Met additional issues while trying to enable it.
parent 44bc2a0e
...@@ -138,9 +138,12 @@ IF(HAVE_SCHED_GETCPU) ...@@ -138,9 +138,12 @@ IF(HAVE_SCHED_GETCPU)
ADD_DEFINITIONS(-DHAVE_SCHED_GETCPU=1) ADD_DEFINITIONS(-DHAVE_SCHED_GETCPU=1)
ENDIF() ENDIF()
IF(WITH_UNIT_TESTS AND WITH_EMBEDDED_SERVER) #
ADD_SUBDIRECTORY(unittest) # MariaDB: Dynamic plugin build is not suitable with unittest ATM
ENDIF() #
#IF(WITH_UNIT_TESTS AND WITH_EMBEDDED_SERVER)
# ADD_SUBDIRECTORY(unittest)
#ENDIF()
ADD_LIBRARY(rocksdb_tools STATIC ADD_LIBRARY(rocksdb_tools STATIC
rocksdb/tools/ldb_tool.cc rocksdb/tools/ldb_tool.cc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment