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

This commit is contained in:
GongYusen
2024-01-05 04:42:53 +00:00
committed by ob-robot
parent b1a9b7a34e
commit b28564c4a2
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
*/