You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-3934 Delete xml parse trees during shutdown
This commit is contained in:
@ -21,6 +21,7 @@
|
|||||||
#include <my_config.h>
|
#include <my_config.h>
|
||||||
#include "idb_mysql.h"
|
#include "idb_mysql.h"
|
||||||
#include "ha_mcs_sysvars.h"
|
#include "ha_mcs_sysvars.h"
|
||||||
|
#include "configcpp.h"
|
||||||
|
|
||||||
extern handlerton* mcs_hton;
|
extern handlerton* mcs_hton;
|
||||||
|
|
||||||
@ -49,6 +50,7 @@ public:
|
|||||||
ha_mcs(handlerton* hton, TABLE_SHARE* table_arg);
|
ha_mcs(handlerton* hton, TABLE_SHARE* table_arg);
|
||||||
~ha_mcs()
|
~ha_mcs()
|
||||||
{
|
{
|
||||||
|
config::Config::deleteInstanceMap();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @brief
|
/** @brief
|
||||||
|
Reference in New Issue
Block a user