summaryrefslogtreecommitdiff
path: root/storage/blackhole
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2010-12-06 13:16:49 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2010-12-06 13:16:49 +0100
commitbfcc62c748e0918d67c726c7a96d2cd04faba23c (patch)
tree49110ac4734bd02544139992a7367ba71926d0c0 /storage/blackhole
parentb3c72b9a02e570a4a66ca0a64e94fe1116976c85 (diff)
parent6ad448115bd829360145c865b659dfea65b12907 (diff)
downloadmariadb-git-bfcc62c748e0918d67c726c7a96d2cd04faba23c.tar.gz
merge
Diffstat (limited to 'storage/blackhole')
-rw-r--r--storage/blackhole/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/blackhole/CMakeLists.txt b/storage/blackhole/CMakeLists.txt
index b762228d7fd..bed282ef21d 100644
--- a/storage/blackhole/CMakeLists.txt
+++ b/storage/blackhole/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(BLACKHOLE_SOURCES ha_blackhole.cc ha_blackhole.h)