mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
#232 compile in jemalloc detector
This commit is contained in:
parent
fb9681b957
commit
39b08e0222
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -576,9 +576,6 @@ static int tokudb_done_func(void *p) {
|
|||
toku_global_status_rows = NULL;
|
||||
my_hash_free(&tokudb_open_tables);
|
||||
tokudb_pthread_mutex_destroy(&tokudb_mutex);
|
||||
#if defined(_WIN64)
|
||||
toku_ydb_destroy();
|
||||
#endif
|
||||
TOKUDB_DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue