diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2010-12-06 13:40:52 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2010-12-06 13:40:52 +0100 |
commit | 82113c39b2da90e786894add61b966b167f5baeb (patch) | |
tree | 66f07ebd19d251f79c46a6c9edad4a3065d0c838 /storage/heap | |
parent | b7b25dc666a8d331d16231f9fb658af8c05ac694 (diff) | |
parent | bfcc62c748e0918d67c726c7a96d2cd04faba23c (diff) | |
download | mariadb-git-82113c39b2da90e786894add61b966b167f5baeb.tar.gz |
merge
Diffstat (limited to 'storage/heap')
-rwxr-xr-x | storage/heap/CMakeLists.txt | 3 |
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 |