diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2014-05-10 15:53:31 -0400 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2014-05-10 15:53:31 -0400 |
commit | cae1d71b88db1a1578658e2775cf32180d54c8ec (patch) | |
tree | 578b411cf39b793c32b47462cc74793b1614ed85 /storage/tokudb/hatoku_defines.h | |
parent | 749b290e64c885fc0a40d828c9f108b2170b569c (diff) | |
download | mariadb-git-cae1d71b88db1a1578658e2775cf32180d54c8ec.tar.gz |
#232 compile in jemalloc detector
Diffstat (limited to 'storage/tokudb/hatoku_defines.h')
-rw-r--r-- | storage/tokudb/hatoku_defines.h | 4 |
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 |