summaryrefslogtreecommitdiff
path: root/storage/heap
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2010-12-06 13:40:52 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2010-12-06 13:40:52 +0100
commit82113c39b2da90e786894add61b966b167f5baeb (patch)
tree66f07ebd19d251f79c46a6c9edad4a3065d0c838 /storage/heap
parentb7b25dc666a8d331d16231f9fb658af8c05ac694 (diff)
parentbfcc62c748e0918d67c726c7a96d2cd04faba23c (diff)
downloadmariadb-git-82113c39b2da90e786894add61b966b167f5baeb.tar.gz
merge
Diffstat (limited to 'storage/heap')
-rwxr-xr-xstorage/heap/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/heap/CMakeLists.txt b/storage/heap/CMakeLists.txt
index c2d2cd1290f..1e560b5e3b1 100755
--- a/storage/heap/CMakeLists.txt
+++ b/storage/heap/CMakeLists.txt
@@ -13,9 +13,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
-SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
-
INCLUDE("${PROJECT_SOURCE_DIR}/storage/mysql_storage_engine.cmake")
SET(HEAP_SOURCES _check.c _rectest.c hp_block.c hp_clear.c hp_close.c hp_create.c
ha_heap.cc