alloc fix: glibc malloc Memory Splitting to Tenants
This commit is contained in:
@ -592,6 +592,7 @@ void ObServer::destroy()
|
||||
sql_engine_.destroy();
|
||||
FLOG_INFO("sql engine destroyed");
|
||||
|
||||
|
||||
FLOG_INFO("begin to destroy pl engine");
|
||||
pl_engine_.destory();
|
||||
FLOG_INFO("pl engine destroyed");
|
||||
@ -2298,6 +2299,7 @@ int ObServer::init_sql()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (OB_SUCC(ret)) {
|
||||
LOG_INFO("init sql done");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user