[CP] add serialization size check
This commit is contained in:
@ -509,6 +509,8 @@ struct ObInnerContextMap {
|
||||
ObInnerContextHashMap *context_map_;
|
||||
common::ObIAllocator &alloc_;
|
||||
OB_UNIS_VERSION(1);
|
||||
public:
|
||||
TO_STRING_KV(K(context_name_), K(context_map_->size()));
|
||||
};
|
||||
typedef common::hash::ObHashMap<common::ObString, ObInnerContextMap *,
|
||||
common::hash::NoPthreadDefendMode,
|
||||
|
||||
Reference in New Issue
Block a user