1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Merge pull request #1142 from dhall-MariaDB/MCOL-3934

MCOL-3934 Delete xml parse trees during shutdown
This commit is contained in:
Roman Nozdrin
2020-04-10 22:08:00 +03:00
committed by GitHub

View File

@ -167,6 +167,7 @@ static int columnstore_done_func(void* p)
{
DBUG_ENTER("columnstore_done_func");
config::Config::deleteInstanceMap();
my_hash_free(&mcs_open_tables);
#ifndef _MSC_VER
pthread_mutex_destroy(&mcs_mutex);