[CP] add serialization size check

This commit is contained in:
zhjc1124
2023-12-02 05:12:16 +00:00
committed by ob-robot
parent d1e0eaa2bc
commit 0bda0dbd95
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_;
};