summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2009-12-18 21:39:24 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2009-12-18 21:39:24 +0100
commitfef794a800b839b78283898a99c1747ba5f6cbdc (patch)
tree8b9a03a2cc01c4bf86ce01e5dadbdc54b3ec809f /plugin
parent7548f142c39d6f7d9a995bd4478c62ef6baa5e19 (diff)
downloadmariadb-git-fef794a800b839b78283898a99c1747ba5f6cbdc.tar.gz
Bug #49811: inconsistent usage of SAFEMALLOC in debug compilation on windows
Remove per-project SAFEMALLOCs definitions, as they result in malloc/free mismatches.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/semisync/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/semisync/CMakeLists.txt b/plugin/semisync/CMakeLists.txt
index ad26298b0b7..cf8863e970f 100644
--- a/plugin/semisync/CMakeLists.txt
+++ b/plugin/semisync/CMakeLists.txt
@@ -15,9 +15,6 @@
# This is CMakeLists.txt for semi-sync replication plugins
-SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
-SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
-
# Add common include directories
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/zlib
${CMAKE_SOURCE_DIR}/sql