blob: fdc5e80f4a2bf5e2681cbeb046ab9fec14210f84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-storage_heap_CMakeLists.txt,v 1.1 2016/09/16 06:49:11 adam Exp $
Build with newer DTrace.
--- storage/heap/CMakeLists.txt.orig 2016-08-25 11:52:06.000000000 +0000
+++ storage/heap/CMakeLists.txt
@@ -22,7 +22,8 @@ SET(HEAP_SOURCES _check.c _rectest.c hp
hp_rename.c hp_rfirst.c hp_rkey.c hp_rlast.c hp_rnext.c hp_rprev.c
hp_rrnd.c hp_rsame.c hp_scan.c hp_static.c hp_update.c hp_write.c)
-MYSQL_ADD_PLUGIN(heap ${HEAP_SOURCES} STORAGE_ENGINE MANDATORY RECOMPILE_FOR_EMBEDDED)
+MYSQL_ADD_PLUGIN(heap ${HEAP_SOURCES} STORAGE_ENGINE MANDATORY
+ RECOMPILE_FOR_EMBEDDED DTRACE_INSTRUMENTED)
IF(WITH_UNIT_TESTS AND WITH_EMBEDDED_SERVER)
ADD_EXECUTABLE(hp_test1 hp_test1.c)
|