summaryrefslogtreecommitdiff
path: root/storage/tokudb/hatoku_defines.h
diff options
context:
space:
mode:
authorRich Prohaska <prohaska@tokutek.com>2014-05-10 15:53:31 -0400
committerRich Prohaska <prohaska@tokutek.com>2014-05-10 15:53:31 -0400
commitcae1d71b88db1a1578658e2775cf32180d54c8ec (patch)
tree578b411cf39b793c32b47462cc74793b1614ed85 /storage/tokudb/hatoku_defines.h
parent749b290e64c885fc0a40d828c9f108b2170b569c (diff)
downloadmariadb-git-cae1d71b88db1a1578658e2775cf32180d54c8ec.tar.gz
#232 compile in jemalloc detector
Diffstat (limited to 'storage/tokudb/hatoku_defines.h')
-rw-r--r--storage/tokudb/hatoku_defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/tokudb/hatoku_defines.h b/storage/tokudb/hatoku_defines.h
index cf983b5b8cb..444ae425b2d 100644
--- a/storage/tokudb/hatoku_defines.h
+++ b/storage/tokudb/hatoku_defines.h
@@ -96,6 +96,10 @@ PATENT RIGHTS GRANT:
#pragma interface /* gcc class implementation */
#endif
+#if !defined(TOKUDB_CHECK_JEMALLOC)
+#define TOKUDB_CHECK_JEMALLOC 1
+#endif
+
#if 100000 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 100099
// mariadb 10.0
#define TOKU_USE_DB_TYPE_TOKUDB 1