File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 15
15
16
16
# This is CMakeLists.txt for semi-sync replication plugins
17
17
18
- SET (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX" )
19
- SET (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX" )
20
-
21
18
# Add common include directories
22
19
INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR} /include ${CMAKE_SOURCE_DIR} /zlib
23
20
${CMAKE_SOURCE_DIR} /sql
Original file line number Diff line number Diff line change 15
15
16
16
# This is the CMakeLists for InnoDB Plugin
17
17
18
-
19
- # TODO: remove the two FLAGS_DEBUG settings when merging into
20
- # 6.0-based trees, like is already the case for other engines in
21
- # those trees.
22
- SET (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX" )
23
- SET (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX" )
24
-
25
18
# Starting at 5.1.38, MySQL CMake files are simplified. But the plugin
26
19
# CMakeLists.txt still needs to work with previous versions of MySQL.
27
20
IF (MYSQL_VERSION_ID GREATER "50137" )
You can’t perform that action at this time.
0 commit comments