Skip to content

Commit 5c66eb5

Browse files
committed
Disable compilation of storage/rocksdb/unittest/test_properties_collector
Met additional issues while trying to enable it.
1 parent 44bc2a0 commit 5c66eb5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

storage/rocksdb/CMakeLists.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,12 @@ IF(HAVE_SCHED_GETCPU)
138138
ADD_DEFINITIONS(-DHAVE_SCHED_GETCPU=1)
139139
ENDIF()
140140

141-
IF(WITH_UNIT_TESTS AND WITH_EMBEDDED_SERVER)
142-
ADD_SUBDIRECTORY(unittest)
143-
ENDIF()
141+
#
142+
# MariaDB: Dynamic plugin build is not suitable with unittest ATM
143+
#
144+
#IF(WITH_UNIT_TESTS AND WITH_EMBEDDED_SERVER)
145+
# ADD_SUBDIRECTORY(unittest)
146+
#ENDIF()
144147

145148
ADD_LIBRARY(rocksdb_tools STATIC
146149
rocksdb/tools/ldb_tool.cc

0 commit comments

Comments
 (0)