summaryrefslogtreecommitdiff
path: root/storage/heap
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-06-15 15:15:42 +0400
committerKonstantin Osipov <kostja@sun.com>2010-06-15 15:15:42 +0400
commitd482162638446b398aecb7d75ee19f032c7eed29 (patch)
treee7864993d2161684d013a5efe3b97aaf0b97780a /storage/heap
parent7c634812495496c2e03b8962161bd001350cbe4f (diff)
downloadmariadb-git-d482162638446b398aecb7d75ee19f032c7eed29.tar.gz
Fix a build break with cmake: remove the custom defines
that prevented hp_test2 to link in non-debug builds.
Diffstat (limited to 'storage/heap')
-rw-r--r--storage/heap/hp_test2.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/storage/heap/hp_test2.c b/storage/heap/hp_test2.c
index 733dff40c1a..5b0c8d8685d 100644
--- a/storage/heap/hp_test2.c
+++ b/storage/heap/hp_test2.c
@@ -15,16 +15,6 @@
/* Test av isam-databas: stor test */
-#ifndef USE_MY_FUNC /* We want to be able to dbug this !! */
-#define USE_MY_FUNC
-#endif
-#ifdef DBUG_OFF
-#undef DBUG_OFF
-#endif
-#ifndef SAFEMALLOC
-#define SAFEMALLOC
-#endif
-
#include "heapdef.h" /* Because of hp_find_block */
#include <signal.h>