Fix a batch of memory not being split to tenant

This commit is contained in:
obdev
2023-05-18 14:11:18 +00:00
committed by ob-robot
parent 135383ca8b
commit 10ebab170d
98 changed files with 284 additions and 174 deletions

View File

@ -56,7 +56,6 @@ ObGvSqlAudit::~ObGvSqlAudit() {
void ObGvSqlAudit::reset()
{
if (with_tenant_ctx_ != nullptr && allocator_ != nullptr) {
SERVER_LOG(INFO, "nijia debug deconstruct", KP(this));
if (cur_mysql_req_mgr_ != nullptr && ref_.idx_ != -1) {
cur_mysql_req_mgr_->revert(&ref_);
}