fix some bug for auto_mem_mgr && fix bug for nanvl

This commit is contained in:
18523270951@163.com
2023-06-09 03:48:03 +00:00
committed by ob-robot
parent 336122a2d2
commit bbf9072380
10 changed files with 42 additions and 40 deletions

View File

@ -1257,7 +1257,7 @@ int ObTenantSqlMemoryManager::get_workarea_stat(ObIArray<ObSqlWorkAreaStat> &wa_
if (OB_FAIL(wa_stats.push_back(workarea_stats_.at(nth)))) {
LOG_WARN("failed to push back workarea stat", K(ret));
} else {
LOG_TRACE("trace workarea history", K(workarea_stats_.at(i)),
LOG_TRACE("trace workarea history", K(workarea_stats_.at(nth)),
K(wa_stats.at(wa_stats.count() - 1)));
}
}