[CP] fix ps diag view bug: return -4002 error code

This commit is contained in:
obdev
2024-02-09 00:10:24 +00:00
committed by ob-robot
parent 722e84a10f
commit a117104a2f
3 changed files with 195 additions and 68 deletions

View File

@ -859,6 +859,11 @@ struct ObPlanStat
}
}
inline bool is_updated() const
{
return last_active_time_ != 0;
}
/* XXX: support printing maxium 30 class members.
* if you want to print more members, remove some first
*/