Fix prefix sort scene unfree ptr error

This commit is contained in:
obdev
2024-03-07 08:50:17 +00:00
committed by ob-robot
parent 3f2374f137
commit 69f28b8ee3

View File

@ -868,7 +868,10 @@ class ObPrefixSortImpl : public ObSortOpImpl
{
public:
explicit ObPrefixSortImpl(ObMonitorNode &op_monitor_info);
~ObPrefixSortImpl()
{
reset();
}
// init && start fetch %op rows
int init(const int64_t tenant_id,
const int64_t prefix_pos,