[BUGFIX] fix copy meta with lob header

This commit is contained in:
obdev
2023-02-08 16:01:03 +08:00
committed by ob-robot
parent a95d9e6376
commit a31f7d168b

View File

@ -1149,6 +1149,9 @@ public:
} else { } else {
meta_.set_collation_level(meta.get_collation_level()); meta_.set_collation_level(meta.get_collation_level());
} }
if (meta.has_lob_header() && oceanbase::is_lob_storage(get_type())) {
set_has_lob_header();
}
} }
OB_INLINE void copy_value_to(ObObj &obj, bool &has_null) const { OB_INLINE void copy_value_to(ObObj &obj, bool &has_null) const {