[CP] add serialization size check

This commit is contained in:
zhjc1124
2024-02-07 08:29:09 +00:00
committed by ob-robot
parent 9b6af8c5a1
commit 2569072042
23 changed files with 140 additions and 3 deletions

View File

@ -638,6 +638,7 @@ public:
uint32_t reserved_ : 29;
};
};
TO_STRING_KV(K(stmt_type_));
private:
share::ObFeedbackRerouteInfo *reroute_info_;
};